Class ExistingTransientDocumentJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.ExistingTransientDocumentJson
-
- All Implemented Interfaces:
Serializable
public class ExistingTransientDocumentJson extends BaseJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExistingTransientDocumentJson()
-
Method Summary
All Methods Instance Methods Concrete Methods 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 file-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getPermitted
public Boolean 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
public void setPermitted(Boolean permitted)
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
public String 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
public void setSuggestedName(String suggestedName)
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
public String getVersionGuid()
The last version guid of the existing file- Returns:
- The last version guid of the existing file
-
setVersionGuid
public void setVersionGuid(String versionGuid)
The last version guid of the existing file- Parameters:
versionGuid
- The last version guid of the existing file
-
getDocumentGuid
public String getDocumentGuid()
The guid of the existing file- Returns:
- The guid of the existing file
-
setDocumentGuid
public void setDocumentGuid(String documentGuid)
The guid of the existing file- Parameters:
documentGuid
- The guid of the existing file
-
-