Class ExistingTransientDocumentJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.ExistingTransientDocumentJson
- All Implemented Interfaces:
Serializable
public class ExistingTransientDocumentJson extends BaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ExistingTransientDocumentJson()
-
Method Summary
Modifier and Type Method Description String
getDocumentGuid()
The guid of the existing fileBoolean
getPermitted()
Indicates if the caller is permitted to see the conflicting fileString
getSuggestedName()
A suggested name if the caller choose to submit in a new nameString
getVersionGuid()
The last version guid of the existing filevoid
setDocumentGuid(String documentGuid)
The guid of the existing filevoid
setPermitted(Boolean permitted)
Indicates if the caller is permitted to see the conflicting filevoid
setSuggestedName(String suggestedName)
A suggested name if the caller choose to submit in a new namevoid
setVersionGuid(String versionGuid)
The last version guid of the existing fileMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ExistingTransientDocumentJson
public ExistingTransientDocumentJson()
-
-
Method Details
-
getPermitted
Indicates if the caller is permitted to see the conflicting file- Returns:
- Indicates if the caller is permitted to see the conflicting file
-
setPermitted
Indicates if the caller is permitted to see the conflicting file- Parameters:
permitted
- Indicates if the caller is permitted to see the conflicting file
-
getSuggestedName
A suggested name if the caller choose to submit in a new name- Returns:
- A suggested name if the caller choose to submit in a new name
-
setSuggestedName
A suggested name if the caller choose to submit in a new name- Parameters:
suggestedName
- A suggested name if the caller choose to submit in a new name
-
getVersionGuid
The last version guid of the existing file- Returns:
- The last version guid of the existing file
-
setVersionGuid
The last version guid of the existing file- Parameters:
versionGuid
- The last version guid of the existing file
-
getDocumentGuid
The guid of the existing file- Returns:
- The guid of the existing file
-
setDocumentGuid
The guid of the existing file- Parameters:
documentGuid
- The guid of the existing file
-