public class UploadSessionSessionEndpointsField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
UploadSessionSessionEndpointsField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
abort
The URL for used to abort the session.
|
protected String |
commit
The URL used to commit the file.
|
protected String |
listParts
The URL users to list all parts.
|
protected String |
logEvent
The URL used to get the upload log from.
|
protected String |
status
The URL used to get the status of the upload.
|
protected String |
uploadPart
The URL to upload parts to.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
UploadSessionSessionEndpointsField() |
protected |
UploadSessionSessionEndpointsField(UploadSessionSessionEndpointsField.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAbort() |
String |
getCommit() |
String |
getListParts() |
String |
getLogEvent() |
String |
getStatus() |
String |
getUploadPart() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String uploadPart
public UploadSessionSessionEndpointsField()
protected UploadSessionSessionEndpointsField(UploadSessionSessionEndpointsField.Builder builder)
public String getUploadPart()
public String getListParts()
public String getLogEvent()