Class EntityInRoomResponseJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.EntityInRoomResponseJson
- All Implemented Interfaces:
Serializable
public class EntityInRoomResponseJson extends BaseJson
Response when querying about entities in a workspace
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description EntityInRoomResponseJson()
-
Method Summary
Modifier and Type Method Description String
getEntityCustomerGivenId()
String
getEntityDisplayedAddress()
The displayed addressString
getEntityName()
The entity's nameString
getEntityType()
The type of entityString
getEntityUUID()
Uuid of the entityString
getRoomRole()
void
setEntityCustomerGivenId(String entityCustomerGivenId)
void
setEntityDisplayedAddress(String entityDisplayedAddress)
The displayed addressvoid
setEntityName(String entityName)
The entity's namevoid
setEntityType(String entityType)
The type of entityvoid
setEntityUUID(String entityUUID)
Uuid of the entityvoid
setRoomRole(String roomRole)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
EntityInRoomResponseJson
public EntityInRoomResponseJson()
-
-
Method Details
-
getEntityCustomerGivenId
-
setEntityCustomerGivenId
-
getEntityUUID
Uuid of the entity- Returns:
- Uuid of the entity
-
setEntityUUID
Uuid of the entity- Parameters:
entityUUID
- Uuid of the entity
-
getEntityType
The type of entity- Returns:
- The type of entity
-
setEntityType
The type of entity- Parameters:
entityType
- The type of entity
-
getEntityName
The entity's name- Returns:
- The entity's name
-
setEntityName
The entity's name- Parameters:
entityName
- The entity's name
-
getEntityDisplayedAddress
The displayed address- Returns:
- The displayed address
-
setEntityDisplayedAddress
The displayed address- Parameters:
entityDisplayedAddress
- The displayed address
-
getRoomRole
-
setRoomRole
-