Class MessagingDownloadMessagingAttachmentRequest
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.MessagingDownloadMessagingAttachmentRequest
-
public class MessagingDownloadMessagingAttachmentRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMessagingDownloadMessagingAttachmentRequest.Builder
-
Constructor Summary
Constructors Constructor Description MessagingDownloadMessagingAttachmentRequest(java.lang.String xAccountId, java.lang.String id, java.lang.String subResourceId)MessagingDownloadMessagingAttachmentRequest(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 MessagingDownloadMessagingAttachmentRequest.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()MessagingDownloadMessagingAttachmentRequestwithExportFormat(java.lang.String exportFormat)The export format of the fileMessagingDownloadMessagingAttachmentRequestwithExportFormat(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> exportFormat)The export format of the fileMessagingDownloadMessagingAttachmentRequestwithFormat(java.lang.String format)The format to download the file inMessagingDownloadMessagingAttachmentRequestwithFormat(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> format)The format to download the file inMessagingDownloadMessagingAttachmentRequestwithId(java.lang.String id)MessagingDownloadMessagingAttachmentRequestwithSubResourceId(java.lang.String subResourceId)MessagingDownloadMessagingAttachmentRequestwithXAccountId(java.lang.String xAccountId)The account identifierjava.lang.StringxAccountId()The account identifier
-
-
-
Constructor Detail
-
MessagingDownloadMessagingAttachmentRequest
public MessagingDownloadMessagingAttachmentRequest(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)
-
MessagingDownloadMessagingAttachmentRequest
public MessagingDownloadMessagingAttachmentRequest(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 MessagingDownloadMessagingAttachmentRequest.Builder builder()
-
withXAccountId
public MessagingDownloadMessagingAttachmentRequest withXAccountId(java.lang.String xAccountId)
The account identifier
-
withId
public MessagingDownloadMessagingAttachmentRequest withId(java.lang.String id)
-
withSubResourceId
public MessagingDownloadMessagingAttachmentRequest withSubResourceId(java.lang.String subResourceId)
-
withFormat
public MessagingDownloadMessagingAttachmentRequest withFormat(java.lang.String format)
The format to download the file in
-
withFormat
public MessagingDownloadMessagingAttachmentRequest withFormat(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> format)
The format to download the file in
-
withExportFormat
public MessagingDownloadMessagingAttachmentRequest withExportFormat(java.lang.String exportFormat)
The export format of the file
-
withExportFormat
public MessagingDownloadMessagingAttachmentRequest 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
-
-