Class RenameTransientDocumentJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.RenameTransientDocumentJson
-
- All Implemented Interfaces:
Serializable
public class RenameTransientDocumentJson extends BaseJson
A file to rename- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RenameTransientDocumentJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceType
getDeviceType()
Device typeString
getNewDocumentName()
New file nameString
getObjectUrl()
Object URLString
getWorkspaceGuid()
Worksapce guidvoid
setDeviceType(DeviceType deviceType)
Device typevoid
setNewDocumentName(String newDocumentName)
New file namevoid
setObjectUrl(String objectUrl)
Object URLvoid
setWorkspaceGuid(String workspaceGuid)
Worksapce guid-
Methods inherited from class com.blackberry.workspaces.sdk.api.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
-
getObjectUrl
public String getObjectUrl()
Object URL- Returns:
- Object URL
-
setObjectUrl
public void setObjectUrl(String objectUrl)
Object URL- Parameters:
objectUrl
- Object URL
-
getWorkspaceGuid
public String getWorkspaceGuid()
Worksapce guid- Returns:
- Worksapce guid
-
setWorkspaceGuid
public void setWorkspaceGuid(String workspaceGuid)
Worksapce guid- Parameters:
workspaceGuid
- Worksapce guid
-
getNewDocumentName
public String getNewDocumentName()
New file name- Returns:
- New file name
-
setNewDocumentName
public void setNewDocumentName(String newDocumentName)
New file name- Parameters:
newDocumentName
- New file name
-
-