Class RenameDistributionListJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.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
Modifier and Type Method Description String
getNewName()
New list namevoid
setNewName(String newName)
New list nameMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
RenameDistributionListJson
public RenameDistributionListJson()
-
-
Method Details
-
getNewName
New list name- Returns:
- New list name
-
setNewName
New list name- Parameters:
newName
- New list name
-