Class AddRoomMemberJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods 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 & type-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getPermittedEntity
public PermittedEntityFromUserJson getPermittedEntity()
Entity name & type- Returns:
- Entity name & type
-
setPermittedEntity
public void setPermittedEntity(PermittedEntityFromUserJson permittedEntity)
Entity name & type- Parameters:
permittedEntity
- Entity name & type
-
getGroup
public PermittedEntityFromUserJson getGroup()
Group to add entities to- Returns:
- Group to add entities to
-
setGroup
public void setGroup(PermittedEntityFromUserJson group)
Group to add entities to- Parameters:
group
- Group to add entities to
-
-