Class MessagingDownloadMessagingAttachmentRequest.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.MessagingDownloadMessagingAttachmentRequest.Builder
-
- Enclosing class:
- MessagingDownloadMessagingAttachmentRequest
public static final class MessagingDownloadMessagingAttachmentRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessagingDownloadMessagingAttachmentRequestbuild()MessagingDownloadMessagingAttachmentRequest.BuilderexportFormat(java.lang.String exportFormat)The export format of the fileMessagingDownloadMessagingAttachmentRequest.BuilderexportFormat(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> exportFormat)The export format of the fileMessagingDownloadMessagingAttachmentRequest.Builderformat(java.lang.String format)The format to download the file inMessagingDownloadMessagingAttachmentRequest.Builderformat(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> format)The format to download the file inMessagingDownloadMessagingAttachmentRequest.Builderid(java.lang.String id)MessagingDownloadMessagingAttachmentRequest.BuildersubResourceId(java.lang.String subResourceId)MessagingDownloadMessagingAttachmentRequest.BuilderxAccountId(java.lang.String xAccountId)The account identifier
-
-
-
Method Detail
-
xAccountId
public MessagingDownloadMessagingAttachmentRequest.Builder xAccountId(java.lang.String xAccountId)
The account identifier
-
id
public MessagingDownloadMessagingAttachmentRequest.Builder id(java.lang.String id)
-
subResourceId
public MessagingDownloadMessagingAttachmentRequest.Builder subResourceId(java.lang.String subResourceId)
-
format
public MessagingDownloadMessagingAttachmentRequest.Builder format(java.lang.String format)
The format to download the file in
-
format
public MessagingDownloadMessagingAttachmentRequest.Builder format(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> format)
The format to download the file in
-
exportFormat
public MessagingDownloadMessagingAttachmentRequest.Builder exportFormat(java.lang.String exportFormat)
The export format of the file
-
exportFormat
public MessagingDownloadMessagingAttachmentRequest.Builder exportFormat(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> exportFormat)
The export format of the file
-
build
public MessagingDownloadMessagingAttachmentRequest build()
-
-