Package ai.toloka.client.v1.attachment
Class AttachmentDownload
- java.lang.Object
-
- ai.toloka.client.v1.attachment.AttachmentDownload
-
public class AttachmentDownload extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AttachmentDownload(java.io.InputStream entity, java.lang.String contentType, java.lang.String contentLength, java.lang.String transferEncoding, java.lang.String contentDisposition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getContentDisposition()
java.lang.String
getContentLength()
java.lang.String
getContentType()
java.io.InputStream
getEntity()
java.lang.String
getTransferEncoding()
-
-
-
Method Detail
-
getEntity
public java.io.InputStream getEntity()
-
getContentType
public java.lang.String getContentType()
-
getContentLength
public java.lang.String getContentLength()
-
getTransferEncoding
public java.lang.String getTransferEncoding()
-
getContentDisposition
public java.lang.String getContentDisposition()
-
-