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
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 guidMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
RenameTransientDocumentJson
public RenameTransientDocumentJson()
-
-
Method Details
-
getDeviceType
Device type- Returns:
- Device type
-
setDeviceType
Device type- Parameters:
deviceType
- Device type
-
getObjectUrl
Object URL- Returns:
- Object URL
-
setObjectUrl
Object URL- Parameters:
objectUrl
- Object URL
-
getWorkspaceGuid
Worksapce guid- Returns:
- Worksapce guid
-
setWorkspaceGuid
Worksapce guid- Parameters:
workspaceGuid
- Worksapce guid
-
getNewDocumentName
New file name- Returns:
- New file name
-
setNewDocumentName
New file name- Parameters:
newDocumentName
- New file name
-