Class AddOrganizationDistributionListJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods Deprecated Methods 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 members-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getMembers
public MembersJson getMembers()
List members- Returns:
- List members
-
setMembers
public void setMembers(MembersJson members)
List members- Parameters:
members
- List members
-
getDescription
public String getDescription()
List description- Returns:
- List description
-
setDescription
public void setDescription(String description)
List description- Parameters:
description
- List description
-
getListName
public String getListName()
List name- Returns:
- List name
-
setListName
public void setListName(String listName)
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 public boolean 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
-
-