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 Details

  • Method Details

    • 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