Class RenameDistributionListJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.RenameDistributionListJson
-
- All Implemented Interfaces:
Serializable
public class RenameDistributionListJson extends BaseJson
New name for a distribution list- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RenameDistributionListJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getNewName()
New list namevoid
setNewName(String newName)
New list name-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-