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
All Methods Instance Methods Concrete Methods 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 file-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getChunks
public List<DocumentChunkJson> getChunks()
The chunks that make up this file- Returns:
- The chunks that make up this file
-
setChunks
public void setChunks(List<DocumentChunkJson> chunks)
The chunks that make up this file- Parameters:
chunks
- The chunks that make up this file
-
-