public class BoxFileUploadSessionPartList extends BoxJSONObject
Modifier and Type | Method and Description |
---|---|
List<BoxFileUploadSessionPart> |
getEntries()
Returns the list of parts that are already uploaded.
|
int |
getLimit()
Returns the limit on number of entires in a response.
|
int |
getOffset()
Returns the paging offset for the list of parts.
|
int |
getTotalCount()
Returns the total count of entries.
|
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 List<BoxFileUploadSessionPart> getEntries()
public int getOffset()
public int getLimit()
public int getTotalCount()
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.