Uses of Class
com.blackberry.workspaces.api.sdk.json.PermittedEntityWithPermissionsFromUserJson
-
Packages that use PermittedEntityWithPermissionsFromUserJson Package Description com.blackberry.workspaces.api.sdk.json -
-
Uses of PermittedEntityWithPermissionsFromUserJson in com.blackberry.workspaces.api.sdk.json
Methods in com.blackberry.workspaces.api.sdk.json that return types with arguments of type PermittedEntityWithPermissionsFromUserJson Modifier and Type Method Description Set<PermittedEntityWithPermissionsFromUserJson>
ChangeEntitiesIManageJson. getPermittedEntitiesWithPermissions()
The entities with their new permissionsSet<PermittedEntityWithPermissionsFromUserJson>
ChangeEntitiesTransientJson. getPermittedEntitiesWithPermissions()
The entities with their new permissionsSet<PermittedEntityWithPermissionsFromUserJson>
ChangeEntitiesVdrJson. getPermittedEntitiesWithPermissions()
The entities with their new permissions.Method parameters in com.blackberry.workspaces.api.sdk.json with type arguments of type PermittedEntityWithPermissionsFromUserJson Modifier and Type Method Description void
ChangeEntitiesIManageJson. setPermittedEntitiesWithPermissions(Set<PermittedEntityWithPermissionsFromUserJson> permittedEntitiesWithPermissions)
The entities with their new permissionsvoid
ChangeEntitiesTransientJson. setPermittedEntitiesWithPermissions(Set<PermittedEntityWithPermissionsFromUserJson> permittedEntitiesWithPermissions)
The entities with their new permissionsvoid
ChangeEntitiesVdrJson. setPermittedEntitiesWithPermissions(Set<PermittedEntityWithPermissionsFromUserJson> permittedEntitiesWithPermissions)
The entities with their new permissions.
-