Class DocumentChunksJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.DocumentChunksJson
- All Implemented Interfaces:
Serializable
public class DocumentChunksJson extends BaseJson
Information about the status of multiple chunks of file data
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DocumentChunksJson()
-
Method Summary
Modifier and Type Method Description List<DocumentChunkJson>
getChunks()
The chunks that make up this filevoid
setChunks(List<DocumentChunkJson> chunks)
The chunks that make up this fileMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
DocumentChunksJson
public DocumentChunksJson()
-
-
Method Details