public class ExistingTransientDocumentJson extends BaseJson
Constructor and Description |
---|
ExistingTransientDocumentJson() |
Modifier and Type | Method and Description |
---|---|
String |
getDocumentGuid()
The guid of the existing file
|
Boolean |
getPermitted()
Indicates if the caller is permitted to see the conflicting file
|
String |
getSuggestedName()
A suggested name if the caller choose to submit in a new name
|
String |
getVersionGuid()
The last version guid of the existing file
|
void |
setDocumentGuid(String documentGuid)
The guid of the existing file
|
void |
setPermitted(Boolean permitted)
Indicates if the caller is permitted to see the conflicting file
|
void |
setSuggestedName(String suggestedName)
A suggested name if the caller choose to submit in a new name
|
void |
setVersionGuid(String versionGuid)
The last version guid of the existing file
|
getObjType, setObjType, toString
public Boolean getPermitted()
public void setPermitted(Boolean permitted)
permitted
- Indicates if the caller is permitted to see the
conflicting filepublic String getSuggestedName()
public void setSuggestedName(String suggestedName)
suggestedName
- A suggested name if the caller choose to submit in
a new namepublic String getVersionGuid()
public void setVersionGuid(String versionGuid)
versionGuid
- The last version guid of the existing filepublic String getDocumentGuid()
public void setDocumentGuid(String documentGuid)
documentGuid
- The guid of the existing fileCopyright © 2019. All rights reserved.