Class DocumentExternalDataJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.DocumentExternalDataJson
-
- All Implemented Interfaces:
Serializable
public class DocumentExternalDataJson extends BaseJson
A file's external data- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentExternalDataJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
File idSet<ExternalDataItemJson>
getItems()
List of external data itmesvoid
setId(String id)
File idvoid
setItems(Set<ExternalDataItemJson> items)
List of external data itmes-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getId
public String getId()
File id- Returns:
- File id
-
setId
public void setId(String id)
File id- Parameters:
id
- File id
-
getItems
public Set<ExternalDataItemJson> getItems()
List of external data itmes- Returns:
- List of external data itmes
-
setItems
public void setItems(Set<ExternalDataItemJson> items)
List of external data itmes- Parameters:
items
- List of external data itmes
-
-