Class EditCollaborationJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.EditCollaborationJson
- All Implemented Interfaces:
Serializable
public class EditCollaborationJson extends BaseJson
Edit collaboration settings.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description EditCollaborationJson()
-
Method Summary
Modifier and Type Method Description ApiDocumentFilter
getDocumentFilter()
File filter.Set<String>
getDocumentGuids()
List of file guids.boolean
getIsCollaboration()
Deprecated.boolean
isIsCollaboration()
Indicates whether the files are sent for collaboration.void
setDocumentFilter(ApiDocumentFilter documentFilter)
File filter.void
setDocumentGuids(Set<String> documentGuids)
List of file guids.void
setIsCollaboration(boolean isCollaboration)
Indicates whether the files are sent for collaboration.Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
EditCollaborationJson
public EditCollaborationJson()
-
-
Method Details
-
getDocumentGuids
List of file guids. Either pass this or documentFilter- Returns:
- List of file guids. Either pass this or documentFilter
-
setDocumentGuids
List of file guids. Either pass this or documentFilter- Parameters:
documentGuids
- List of file guids. Either pass this or documentFilter
-
getDocumentFilter
File filter. Either pass this or documentGuids- Returns:
- File filter. Either pass this or documentGuids
-
setDocumentFilter
File filter. Either pass this or documentGuids- Parameters:
documentFilter
- File filter. Either pass this or documentGuids
-
isIsCollaboration
public boolean isIsCollaboration()Indicates whether the files are sent for collaboration.- Returns:
- Indicates whether the files are sent for collaboration.
-
getIsCollaboration
Deprecated.Indicates whether the files are sent for collaboration.- Returns:
- Indicates whether the files are sent for collaboration.
-
setIsCollaboration
public void setIsCollaboration(boolean isCollaboration)Indicates whether the files are sent for collaboration.- Parameters:
isCollaboration
- Indicates whether the files are sent for collaboration.
-