Class ModifyGroupWithGroupJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.ModifyGroupWithGroupJson
- All Implemented Interfaces:
Serializable
public class ModifyGroupWithGroupJson extends BaseJson
Information for modifying a group
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ModifyGroupWithGroupJson()
-
Method Summary
Modifier and Type Method Description String
getGroupName()
Current group nameString
getNewIdentifier()
The new Identifier to set to the group.String
getNewName()
The new name to set for the group.String
getRoomGuid()
Current workspace guidInteger
getRoomId()
Current workspace idvoid
setGroupName(String groupName)
Current group namevoid
setNewIdentifier(String newIdentifier)
The new Identifier to set to the group.void
setNewName(String newName)
The new name to set for the group.void
setRoomGuid(String roomGuid)
Current workspace guidvoid
setRoomId(Integer roomId)
Current workspace idMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ModifyGroupWithGroupJson
public ModifyGroupWithGroupJson()
-
-
Method Details
-
getRoomGuid
Current workspace guid- Returns:
- Current workspace guid
-
setRoomGuid
Current workspace guid- Parameters:
roomGuid
- Current workspace guid
-
getGroupName
Current group name- Returns:
- Current group name
-
setGroupName
Current group name- Parameters:
groupName
- Current group name
-
getNewName
The new name to set for the group.- Returns:
- The new name to set for the group.
-
setNewName
The new name to set for the group.- Parameters:
newName
- The new name to set for the group.
-
getNewIdentifier
The new Identifier to set to the group.- Returns:
- The new Identifier to set to the group.
-
setNewIdentifier
The new Identifier to set to the group.- Parameters:
newIdentifier
- The new Identifier to set to the group.
-
getRoomId
Current workspace id- Returns:
- Current workspace id
-
setRoomId
Current workspace id- Parameters:
roomId
- Current workspace id
-