Class ListDistributionListsByNameJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.ListDistributionListsByNameJson
- All Implemented Interfaces:
Serializable
public class ListDistributionListsByNameJson extends BaseJson
Used when getting a list of members of a named distribution list
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ListDistributionListsByNameJson()
-
Method Summary
Modifier and Type Method Description Set<String>
getListNames()
List of namesvoid
setListNames(Set<String> listNames)
List of namesMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ListDistributionListsByNameJson
public ListDistributionListsByNameJson()
-
-
Method Details
-
getListNames
List of names- Returns:
- List of names
-
setListNames
List of names- Parameters:
listNames
- List of names
-