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
All Methods Instance Methods Concrete Methods 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 id-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getRoomGuid
public String getRoomGuid()
Current workspace guid- Returns:
- Current workspace guid
-
setRoomGuid
public void setRoomGuid(String roomGuid)
Current workspace guid- Parameters:
roomGuid
- Current workspace guid
-
getGroupName
public String getGroupName()
Current group name- Returns:
- Current group name
-
setGroupName
public void setGroupName(String groupName)
Current group name- Parameters:
groupName
- Current group name
-
getNewName
public String getNewName()
The new name to set for the group.- Returns:
- The new name to set for the group.
-
setNewName
public void setNewName(String newName)
The new name to set for the group.- Parameters:
newName
- The new name to set for the group.
-
getNewIdentifier
public String getNewIdentifier()
The new Identifier to set to the group.- Returns:
- The new Identifier to set to the group.
-
setNewIdentifier
public void setNewIdentifier(String newIdentifier)
The new Identifier to set to the group.- Parameters:
newIdentifier
- The new Identifier to set to the group.
-
getRoomId
public Integer getRoomId()
Current workspace id- Returns:
- Current workspace id
-
setRoomId
public void setRoomId(Integer roomId)
Current workspace id- Parameters:
roomId
- Current workspace id
-
-