Class AddFileRequest
Object
AddFileRequest
- All Implemented Interfaces:
Serializable
The properties of the file to be uploaded.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AddFileRequest.Builder
builder()
protected boolean
boolean
Required. The content of the file.getName()
Required. The name of the file.int
hashCode()
void
setFileStream
(InputStream fileStream) Required. The content of the file.void
Required. The name of the file.toString()
-
Constructor Details
-
AddFileRequest
public AddFileRequest()
-
-
Method Details
-
builder
-
getName
Required. The name of the file. -
getFileStream
Required. The content of the file. -
setName
Required. The name of the file. -
setFileStream
Required. The content of the file. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-