public static class BoxFileUploadSession.Endpoints extends BoxJSONObject
Modifier and Type | Method and Description |
---|---|
URL |
getAbortEndpoint()
Returns the abort upload session end point.
|
URL |
getCommitEndpoint()
Returns the commit end point.
|
URL |
getListPartsEndpoint()
Returns the list parts end point.
|
URL |
getStatusEndpoint()
Returns the upload session status end point.
|
URL |
getUploadPartEndpoint()
Returns the upload part end point.
|
protected void |
parseJSONMember(JsonObject.Member member)
Invoked with a JSON member whenever this object is updated or created from a JSON object.
|
clearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObject
public URL getListPartsEndpoint()
public URL getCommitEndpoint()
public URL getUploadPartEndpoint()
public URL getStatusEndpoint()
public URL getAbortEndpoint()
protected void parseJSONMember(JsonObject.Member member)
BoxJSONObject
Subclasses should override this method in order to parse any JSON members it knows about. This method is a no-op by default.
member
- the JSON member to be parsed.