Class DownloadHeadersApiModel


  • public class DownloadHeadersApiModel
    extends java.lang.Object
    • Constructor Detail

      • DownloadHeadersApiModel

        public DownloadHeadersApiModel​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentDisposition,
                                       org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentType,
                                       org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> contentLength,
                                       org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentRange,
                                       org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentEncoding,
                                       org.openapitools.jackson.nullable.JsonNullable<java.lang.String> transferEncoding)
      • DownloadHeadersApiModel

        public DownloadHeadersApiModel()
    • Method Detail

      • contentDisposition

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentDisposition()
        Value of the Content-Disposition header
      • contentType

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentType()
        MIME type of the file
      • contentLength

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> contentLength()
        Size of the content in bytes
      • contentRange

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentRange()
        Range of the content being sent
      • contentEncoding

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentEncoding()
        Encoding of the content
      • transferEncoding

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> transferEncoding()
        Transfer encoding type
      • withContentDisposition

        public DownloadHeadersApiModel withContentDisposition​(java.lang.String contentDisposition)
        Value of the Content-Disposition header
      • withContentDisposition

        public DownloadHeadersApiModel withContentDisposition​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentDisposition)
        Value of the Content-Disposition header
      • withContentType

        public DownloadHeadersApiModel withContentType​(java.lang.String contentType)
        MIME type of the file
      • withContentType

        public DownloadHeadersApiModel withContentType​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentType)
        MIME type of the file
      • withContentLength

        public DownloadHeadersApiModel withContentLength​(double contentLength)
        Size of the content in bytes
      • withContentLength

        public DownloadHeadersApiModel withContentLength​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> contentLength)
        Size of the content in bytes
      • withContentRange

        public DownloadHeadersApiModel withContentRange​(java.lang.String contentRange)
        Range of the content being sent
      • withContentRange

        public DownloadHeadersApiModel withContentRange​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentRange)
        Range of the content being sent
      • withContentEncoding

        public DownloadHeadersApiModel withContentEncoding​(java.lang.String contentEncoding)
        Encoding of the content
      • withContentEncoding

        public DownloadHeadersApiModel withContentEncoding​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentEncoding)
        Encoding of the content
      • withTransferEncoding

        public DownloadHeadersApiModel withTransferEncoding​(java.lang.String transferEncoding)
        Transfer encoding type
      • withTransferEncoding

        public DownloadHeadersApiModel withTransferEncoding​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> transferEncoding)
        Transfer encoding type
      • 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