Class AddOrganizationDistributionListJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.AddOrganizationDistributionListJson
- All Implemented Interfaces:
Serializable
public class AddOrganizationDistributionListJson extends BaseJson
Add a new distribution list, including members.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AddOrganizationDistributionListJson()
-
Method Summary
Modifier and Type Method Description String
getDescription()
List descriptionboolean
getForceAction()
Deprecated.String
getListName()
List nameMembersJson
getMembers()
List membersboolean
isForceAction()
The action will always be done if set to Truevoid
setDescription(String description)
List descriptionvoid
setForceAction(boolean forceAction)
The action will always be done if set to Truevoid
setListName(String listName)
List namevoid
setMembers(MembersJson members)
List membersMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
AddOrganizationDistributionListJson
public AddOrganizationDistributionListJson()
-
-
Method Details
-
getMembers
List members- Returns:
- List members
-
setMembers
List members- Parameters:
members
- List members
-
getDescription
List description- Returns:
- List description
-
setDescription
List description- Parameters:
description
- List description
-
getListName
List name- Returns:
- List name
-
setListName
List name- Parameters:
listName
- List name
-
isForceAction
public boolean isForceAction()The action will always be done if set to True- Returns:
- The action will always be done if set to True
-
getForceAction
Deprecated.The action will always be done if set to True- Returns:
- The action will always be done if set to True
-
setForceAction
public void setForceAction(boolean forceAction)The action will always be done if set to True- Parameters:
forceAction
- The action will always be done if set to True
-