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
All Methods Instance Methods Concrete Methods 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
-
-
-
-
Method Detail
-
getEntityCustomerGivenId
public String getEntityCustomerGivenId()
-
setEntityCustomerGivenId
public void setEntityCustomerGivenId(String entityCustomerGivenId)
-
getEntityUUID
public String getEntityUUID()
Uuid of the entity- Returns:
- Uuid of the entity
-
setEntityUUID
public void setEntityUUID(String entityUUID)
Uuid of the entity- Parameters:
entityUUID
- Uuid of the entity
-
getEntityType
public String getEntityType()
The type of entity- Returns:
- The type of entity
-
setEntityType
public void setEntityType(String entityType)
The type of entity- Parameters:
entityType
- The type of entity
-
getEntityName
public String getEntityName()
The entity's name- Returns:
- The entity's name
-
setEntityName
public void setEntityName(String entityName)
The entity's name- Parameters:
entityName
- The entity's name
-
getEntityDisplayedAddress
public String getEntityDisplayedAddress()
The displayed address- Returns:
- The displayed address
-
setEntityDisplayedAddress
public void setEntityDisplayedAddress(String entityDisplayedAddress)
The displayed address- Parameters:
entityDisplayedAddress
- The displayed address
-
getRoomRole
public String getRoomRole()
-
setRoomRole
public void setRoomRole(String roomRole)
-
-