Class UpdateDocumentJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.UpdateDocumentJson
- All Implemented Interfaces:
Serializable
public class UpdateDocumentJson extends BaseJson
Used when updating a file
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description UpdateDocumentJson()
-
Method Summary
Modifier and Type Method Description DeviceType
getDeviceType()
Device typeString
getNewFileName()
New filenamevoid
setDeviceType(DeviceType deviceType)
Device typevoid
setNewFileName(String newFileName)
New filenameMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
UpdateDocumentJson
public UpdateDocumentJson()
-
-
Method Details
-
getDeviceType
Device type- Returns:
- Device type
-
setDeviceType
Device type- Parameters:
deviceType
- Device type
-
getNewFileName
New filename- Returns:
- New filename
-
setNewFileName
New filename- Parameters:
newFileName
- New filename
-