Uses of Class
com.blackberry.workspaces.api.sdk.enums.EntityType
-
Packages that use EntityType Package Description com.blackberry.workspaces.api.sdk.enums com.blackberry.workspaces.api.sdk.json -
-
Uses of EntityType in com.blackberry.workspaces.api.sdk.enums
Methods in com.blackberry.workspaces.api.sdk.enums that return EntityType Modifier and Type Method Description static EntityType
EntityType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EntityType[]
EntityType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EntityType in com.blackberry.workspaces.api.sdk.json
Methods in com.blackberry.workspaces.api.sdk.json that return EntityType Modifier and Type Method Description EntityType
PermittedEntityFromUserJson. getEntityType()
The Entity typeEntityType
PermittedEntityToUserJson. getEntityType()
The Entity typeEntityType
ListOrganizationBlacklistingResultJson. getPermittedEntityType()
Methods in com.blackberry.workspaces.api.sdk.json with parameters of type EntityType Modifier and Type Method Description void
PermittedEntityFromUserJson. setEntityType(EntityType entityType)
The Entity typevoid
PermittedEntityToUserJson. setEntityType(EntityType entityType)
The Entity typevoid
ListOrganizationBlacklistingResultJson. setPermittedEntityType(EntityType permittedEntityType)
-