Class AddMembersToGroupWithGroupJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.AddMembersToGroupWithGroupJson
- All Implemented Interfaces:
Serializable
public class AddMembersToGroupWithGroupJson extends BaseJson
Add multiple users to a group and add group information.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AddMembersToGroupWithGroupJson()
-
Method Summary
Modifier and Type Method Description String
getEmailMessage()
String
getEmailSubject()
String
getGroupName()
Current group nameboolean
getIsSendMail()
Deprecated.List<AddMemberToGroupJson>
getManagersList()
List of managers to add to group.List<AddMemberToGroupJson>
getMembersList()
List of members to add to group.String
getRoomGuid()
The guid of the workspace containing the group.Integer
getRoomId()
The id of the workspace containing the group.boolean
isIsSendMail()
void
setEmailMessage(String emailMessage)
void
setEmailSubject(String emailSubject)
void
setGroupName(String groupName)
Current group namevoid
setIsSendMail(boolean isSendMail)
void
setManagersList(List<AddMemberToGroupJson> managersList)
List of managers to add to group.void
setMembersList(List<AddMemberToGroupJson> membersList)
List of members to add to group.void
setRoomGuid(String roomGuid)
The guid of the workspace containing the group.void
setRoomId(Integer roomId)
The id of the workspace containing the group.Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
AddMembersToGroupWithGroupJson
public AddMembersToGroupWithGroupJson()
-
-
Method Details
-
getMembersList
List of members to add to group.- Returns:
- List of members to add to group.
-
setMembersList
List of members to add to group.- Parameters:
membersList
- List of members to add to group.
-
getRoomGuid
The guid of the workspace containing the group. Provide either it or roomId, but not both.- Returns:
- The guid of the workspace containing the group. Provide either it or roomId, but not both.
-
setRoomGuid
The guid of the workspace containing the group. Provide either it or roomId, but not both.- Parameters:
roomGuid
- The guid of the workspace containing the group. Provide either it or roomId, but not both.
-
getGroupName
Current group name- Returns:
- Current group name
-
setGroupName
Current group name- Parameters:
groupName
- Current group name
-
getManagersList
List of managers to add to group.- Returns:
- List of managers to add to group.
-
setManagersList
List of managers to add to group.- Parameters:
managersList
- List of managers to add to group.
-
getEmailMessage
-
setEmailMessage
-
isIsSendMail
public boolean isIsSendMail() -
getIsSendMail
Deprecated. -
setIsSendMail
public void setIsSendMail(boolean isSendMail) -
getEmailSubject
-
setEmailSubject
-
getRoomId
The id of the workspace containing the group. Provide either it or roomGuid, but not both.- Returns:
- The id of the workspace containing the group. Provide either it or roomGuid, but not both.
-
setRoomId
The id of the workspace containing the group. Provide either it or roomGuid, but not both.- Parameters:
roomId
- The id of the workspace containing the group. Provide either it or roomGuid, but not both.
-