Class DocumentsDownloadFileRequest.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.DocumentsDownloadFileRequest.Builder
-
- Enclosing class:
- DocumentsDownloadFileRequest
public static final class DocumentsDownloadFileRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentsDownloadFileRequestbuild()DocumentsDownloadFileRequest.BuilderexportFormat(java.lang.String exportFormat)The export format of the fileDocumentsDownloadFileRequest.BuilderexportFormat(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> exportFormat)The export format of the fileDocumentsDownloadFileRequest.Builderformat(java.lang.String format)The format to download the file inDocumentsDownloadFileRequest.Builderformat(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> format)The format to download the file inDocumentsDownloadFileRequest.Builderid(java.lang.String id)DocumentsDownloadFileRequest.BuilderxAccountId(java.lang.String xAccountId)The account identifierDocumentsDownloadFileRequest.BuilderxStackoneApiSessionToken(java.lang.String xStackoneApiSessionToken)The session tokenDocumentsDownloadFileRequest.BuilderxStackoneApiSessionToken(java.util.Optional<java.lang.String> xStackoneApiSessionToken)The session token
-
-
-
Method Detail
-
xAccountId
public DocumentsDownloadFileRequest.Builder xAccountId(java.lang.String xAccountId)
The account identifier
-
xStackoneApiSessionToken
public DocumentsDownloadFileRequest.Builder xStackoneApiSessionToken(java.lang.String xStackoneApiSessionToken)
The session token
-
xStackoneApiSessionToken
public DocumentsDownloadFileRequest.Builder xStackoneApiSessionToken(java.util.Optional<java.lang.String> xStackoneApiSessionToken)
The session token
-
id
public DocumentsDownloadFileRequest.Builder id(java.lang.String id)
-
format
public DocumentsDownloadFileRequest.Builder format(java.lang.String format)
The format to download the file in
-
format
public DocumentsDownloadFileRequest.Builder format(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> format)
The format to download the file in
-
exportFormat
public DocumentsDownloadFileRequest.Builder exportFormat(java.lang.String exportFormat)
The export format of the file
-
exportFormat
public DocumentsDownloadFileRequest.Builder exportFormat(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> exportFormat)
The export format of the file
-
build
public DocumentsDownloadFileRequest build()
-
-