Uses of Class
com.blackberry.workspaces.sdk.api.enums.EntityType
Package | Description |
---|---|
com.blackberry.workspaces.sdk.api.enums | |
com.blackberry.workspaces.sdk.api.examples | |
com.blackberry.workspaces.sdk.api.json |
-
Uses of EntityType in com.blackberry.workspaces.sdk.api.enums
Methods in com.blackberry.workspaces.sdk.api.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.sdk.api.examples
Methods in com.blackberry.workspaces.sdk.api.examples with parameters of type EntityType Modifier and Type Method Description String
WorkspacesExample. addMembers(String roomId, String address, EntityType entityType, boolean isUsersDefaultEntity, boolean downloadOriginal, String usersRole)
-
Uses of EntityType in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.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.sdk.api.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)