Class DownloadHeadersApiModel
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.DownloadHeadersApiModel
-
public class DownloadHeadersApiModel extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDownloadHeadersApiModel.Builder
-
Constructor Summary
Constructors Constructor Description DownloadHeadersApiModel()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)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DownloadHeadersApiModel.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>contentDisposition()Value of the Content-Disposition headerorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>contentEncoding()Encoding of the contentorg.openapitools.jackson.nullable.JsonNullable<java.lang.Double>contentLength()Size of the content in bytesorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>contentRange()Range of the content being sentorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>contentType()MIME type of the filebooleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>transferEncoding()Transfer encoding typeDownloadHeadersApiModelwithContentDisposition(java.lang.String contentDisposition)Value of the Content-Disposition headerDownloadHeadersApiModelwithContentDisposition(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentDisposition)Value of the Content-Disposition headerDownloadHeadersApiModelwithContentEncoding(java.lang.String contentEncoding)Encoding of the contentDownloadHeadersApiModelwithContentEncoding(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentEncoding)Encoding of the contentDownloadHeadersApiModelwithContentLength(double contentLength)Size of the content in bytesDownloadHeadersApiModelwithContentLength(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> contentLength)Size of the content in bytesDownloadHeadersApiModelwithContentRange(java.lang.String contentRange)Range of the content being sentDownloadHeadersApiModelwithContentRange(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentRange)Range of the content being sentDownloadHeadersApiModelwithContentType(java.lang.String contentType)MIME type of the fileDownloadHeadersApiModelwithContentType(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> contentType)MIME type of the fileDownloadHeadersApiModelwithTransferEncoding(java.lang.String transferEncoding)Transfer encoding typeDownloadHeadersApiModelwithTransferEncoding(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> transferEncoding)Transfer encoding type
-
-
-
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
-
builder
public static DownloadHeadersApiModel.Builder builder()
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-