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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getListNames()
List of namesvoid
setListNames(Set<String> listNames)
List of names-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-