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