Class TicketingDownloadTicketingAttachmentRequest
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.TicketingDownloadTicketingAttachmentRequest
-
public class TicketingDownloadTicketingAttachmentRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTicketingDownloadTicketingAttachmentRequest.Builder
-
Constructor Summary
Constructors Constructor Description TicketingDownloadTicketingAttachmentRequest(java.lang.String xAccountId, java.lang.String id, java.lang.String subResourceId)TicketingDownloadTicketingAttachmentRequest(java.lang.String xAccountId, java.lang.String id, java.lang.String subResourceId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> format, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> exportFormat)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TicketingDownloadTicketingAttachmentRequest.Builderbuilder()booleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<java.lang.String>exportFormat()The export format of the fileorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>format()The format to download the file ininthashCode()java.lang.Stringid()java.lang.StringsubResourceId()java.lang.StringtoString()TicketingDownloadTicketingAttachmentRequestwithExportFormat(java.lang.String exportFormat)The export format of the fileTicketingDownloadTicketingAttachmentRequestwithExportFormat(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> exportFormat)The export format of the fileTicketingDownloadTicketingAttachmentRequestwithFormat(java.lang.String format)The format to download the file inTicketingDownloadTicketingAttachmentRequestwithFormat(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> format)The format to download the file inTicketingDownloadTicketingAttachmentRequestwithId(java.lang.String id)TicketingDownloadTicketingAttachmentRequestwithSubResourceId(java.lang.String subResourceId)TicketingDownloadTicketingAttachmentRequestwithXAccountId(java.lang.String xAccountId)The account identifierjava.lang.StringxAccountId()The account identifier
-
-
-
Constructor Detail
-
TicketingDownloadTicketingAttachmentRequest
public TicketingDownloadTicketingAttachmentRequest(java.lang.String xAccountId, java.lang.String id, java.lang.String subResourceId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> format, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> exportFormat)
-
TicketingDownloadTicketingAttachmentRequest
public TicketingDownloadTicketingAttachmentRequest(java.lang.String xAccountId, java.lang.String id, java.lang.String subResourceId)
-
-
Method Detail
-
xAccountId
public java.lang.String xAccountId()
The account identifier
-
id
public java.lang.String id()
-
subResourceId
public java.lang.String subResourceId()
-
format
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> format()
The format to download the file in
-
exportFormat
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> exportFormat()
The export format of the file
-
builder
public static TicketingDownloadTicketingAttachmentRequest.Builder builder()
-
withXAccountId
public TicketingDownloadTicketingAttachmentRequest withXAccountId(java.lang.String xAccountId)
The account identifier
-
withId
public TicketingDownloadTicketingAttachmentRequest withId(java.lang.String id)
-
withSubResourceId
public TicketingDownloadTicketingAttachmentRequest withSubResourceId(java.lang.String subResourceId)
-
withFormat
public TicketingDownloadTicketingAttachmentRequest withFormat(java.lang.String format)
The format to download the file in
-
withFormat
public TicketingDownloadTicketingAttachmentRequest withFormat(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> format)
The format to download the file in
-
withExportFormat
public TicketingDownloadTicketingAttachmentRequest withExportFormat(java.lang.String exportFormat)
The export format of the file
-
withExportFormat
public TicketingDownloadTicketingAttachmentRequest withExportFormat(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> exportFormat)
The export format of the file
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-