Class DocumentsDownloadFileRequest


  • public class DocumentsDownloadFileRequest
    extends java.lang.Object
    • 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
      • 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
      • withFormat

        public DocumentsDownloadFileRequest withFormat​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> format)
        The format to download the file in
      • 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object