Class DocumentsDownloadFileRequest
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.DocumentsDownloadFileRequest
-
public class DocumentsDownloadFileRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDocumentsDownloadFileRequest.Builder
-
Constructor Summary
Constructors Constructor Description DocumentsDownloadFileRequest(java.lang.String xAccountId, java.lang.String id)DocumentsDownloadFileRequest(java.lang.String xAccountId, java.util.Optional<java.lang.String> xStackoneApiSessionToken, java.lang.String id, 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 DocumentsDownloadFileRequest.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.StringtoString()DocumentsDownloadFileRequestwithExportFormat(java.lang.String exportFormat)The export format of the fileDocumentsDownloadFileRequestwithExportFormat(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> exportFormat)The export format of the fileDocumentsDownloadFileRequestwithFormat(java.lang.String format)The format to download the file inDocumentsDownloadFileRequestwithFormat(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> format)The format to download the file inDocumentsDownloadFileRequestwithId(java.lang.String id)DocumentsDownloadFileRequestwithXAccountId(java.lang.String xAccountId)The account identifierDocumentsDownloadFileRequestwithXStackoneApiSessionToken(java.lang.String xStackoneApiSessionToken)The session tokenDocumentsDownloadFileRequestwithXStackoneApiSessionToken(java.util.Optional<java.lang.String> xStackoneApiSessionToken)The session tokenjava.lang.StringxAccountId()The account identifierjava.util.Optional<java.lang.String>xStackoneApiSessionToken()The session token
-
-
-
Constructor Detail
-
DocumentsDownloadFileRequest
public DocumentsDownloadFileRequest(java.lang.String xAccountId, java.util.Optional<java.lang.String> xStackoneApiSessionToken, java.lang.String id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> format, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> exportFormat)
-
DocumentsDownloadFileRequest
public DocumentsDownloadFileRequest(java.lang.String xAccountId, java.lang.String id)
-
-
Method Detail
-
xAccountId
public java.lang.String xAccountId()
The account identifier
-
xStackoneApiSessionToken
public java.util.Optional<java.lang.String> xStackoneApiSessionToken()
The session token
-
id
public java.lang.String id()
-
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 DocumentsDownloadFileRequest.Builder builder()
-
withXAccountId
public DocumentsDownloadFileRequest withXAccountId(java.lang.String xAccountId)
The account identifier
-
withXStackoneApiSessionToken
public DocumentsDownloadFileRequest withXStackoneApiSessionToken(java.lang.String xStackoneApiSessionToken)
The session token
-
withXStackoneApiSessionToken
public DocumentsDownloadFileRequest withXStackoneApiSessionToken(java.util.Optional<java.lang.String> xStackoneApiSessionToken)
The session token
-
withId
public DocumentsDownloadFileRequest withId(java.lang.String id)
-
withFormat
public DocumentsDownloadFileRequest withFormat(java.lang.String format)
The format to download the file in
-
withFormat
public DocumentsDownloadFileRequest withFormat(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> format)
The format to download the file in
-
withExportFormat
public DocumentsDownloadFileRequest withExportFormat(java.lang.String exportFormat)
The export format of the file
-
withExportFormat
public DocumentsDownloadFileRequest 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
-
-