Class UpdateDocumentJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceType
getDeviceType()
Device typeString
getNewFileName()
New filenamevoid
setDeviceType(DeviceType deviceType)
Device typevoid
setNewFileName(String newFileName)
New filename-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getDeviceType
public DeviceType getDeviceType()
Device type- Returns:
- Device type
-
setDeviceType
public void setDeviceType(DeviceType deviceType)
Device type- Parameters:
deviceType
- Device type
-
getNewFileName
public String getNewFileName()
New filename- Returns:
- New filename
-
setNewFileName
public void setNewFileName(String newFileName)
New filename- Parameters:
newFileName
- New filename
-
-