Class AddRoomMemberJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.AddRoomMemberJson
- All Implemented Interfaces:
Serializable
public class AddRoomMemberJson extends BaseJson
Add a user to a workspace.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AddRoomMemberJson()
-
Method Summary
Modifier and Type Method Description PermittedEntityFromUserJson
getGroup()
Group to add entities toPermittedEntityFromUserJson
getPermittedEntity()
Entity name & typevoid
setGroup(PermittedEntityFromUserJson group)
Group to add entities tovoid
setPermittedEntity(PermittedEntityFromUserJson permittedEntity)
Entity name & typeMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
AddRoomMemberJson
public AddRoomMemberJson()
-
-
Method Details
-
getPermittedEntity
Entity name & type- Returns:
- Entity name & type
-
setPermittedEntity
Entity name & type- Parameters:
permittedEntity
- Entity name & type
-
getGroup
Group to add entities to- Returns:
- Group to add entities to
-
setGroup
Group to add entities to- Parameters:
group
- Group to add entities to
-