Uses of Class
com.blackberry.workspaces.sdk.api.json.AddMembersToGroupJson
Package | Description |
---|---|
com.blackberry.workspaces.sdk.api.json |
-
Uses of AddMembersToGroupJson in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return AddMembersToGroupJson Modifier and Type Method Description AddMembersToGroupJson
AddDocumentEntityJson. getGroupMembers()
In case of a workspace group was supplied in field "permittedEntity" these members will be added to the group, otherwise this will be ignored.AddMembersToGroupJson
AddEntityVdrJson. getGroupMembers()
In case of a workspace group these members will be added to the group, otherwise this will be ignored.AddMembersToGroupJson
AddFolderEntityJson. getGroupMembers()
In case of a workspace group was supplied in field "permittedEntity" these members will be added to the group, otherwise this will be ignored.Methods in com.blackberry.workspaces.sdk.api.json with parameters of type AddMembersToGroupJson Modifier and Type Method Description void
AddDocumentEntityJson. setGroupMembers(AddMembersToGroupJson groupMembers)
In case of a workspace group was supplied in field "permittedEntity" these members will be added to the group, otherwise this will be ignored.void
AddEntityVdrJson. setGroupMembers(AddMembersToGroupJson groupMembers)
In case of a workspace group these members will be added to the group, otherwise this will be ignored.void
AddFolderEntityJson. setGroupMembers(AddMembersToGroupJson groupMembers)
In case of a workspace group was supplied in field "permittedEntity" these members will be added to the group, otherwise this will be ignored.