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.Builderbuilder()protected booleanbooleanRequired. The content of the file.getName()Required. The name of the file.inthashCode()voidsetFileStream(InputStream fileStream) Required. The content of the file.voidRequired. 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
-