public class CreateFileUploadSessionRequestBody extends SerializableObject
| Modifier and Type | Field and Description |
|---|---|
protected String |
fileName
The name of new file.
|
protected long |
fileSize
The total number of bytes of the file to be uploaded.
|
protected String |
folderId
The ID of the folder to upload the new file to.
|
explicitlySetNullableFields| Constructor and Description |
|---|
CreateFileUploadSessionRequestBody(String folderId,
long fileSize,
String fileName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFileName() |
long |
getFileSize() |
String |
getFolderId() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final long fileSize
public CreateFileUploadSessionRequestBody(String folderId, long fileSize, String fileName)
public String getFolderId()
public long getFileSize()
public String getFileName()