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