Uses of Class
com.blackberry.workspaces.api.sdk.json.UserJson
-
Packages that use UserJson Package Description com.blackberry.workspaces.api.sdk.json com.blackberry.workspaces.api.sdk.resource -
-
Uses of UserJson in com.blackberry.workspaces.api.sdk.json
Methods in com.blackberry.workspaces.api.sdk.json that return types with arguments of type UserJson Modifier and Type Method Description List<UserJson>
UsersJson. getUsers()
list of users JsonsMethod parameters in com.blackberry.workspaces.api.sdk.json with type arguments of type UserJson Modifier and Type Method Description void
UsersJson. setUsers(List<UserJson> users)
list of users Jsons -
Uses of UserJson in com.blackberry.workspaces.api.sdk.resource
Methods in com.blackberry.workspaces.api.sdk.resource that return types with arguments of type UserJson Modifier and Type Method Description ItemListJson<UserJson>
Documents. listRecipientsV30(SdsGetRecipientsJson sdsGetRecipientsJson)
Lists recipients for a file.ItemListJson<UserJson>
Files. listRecipientsV30(SdsGetRecipientsJson sdsGetRecipientsJson)
Lists recipients for a file.
-