public class SubmitDocumentResultJson extends BaseJson
Constructor and Description |
---|
SubmitDocumentResultJson() |
Modifier and Type | Method and Description |
---|---|
DocumentAccessLevel |
getAccessLevel()
Document Access Level.
|
DocumentAnnotationsListJson |
getAnnotationsList()
A json which represents the users who annotated the file, and the last
update date of their annotation
|
String |
getClassification()
Classification, if exists.
|
String |
getContentType() |
String |
getConvertedName()
Converted name for file
|
Date |
getCreationDate()
Date of creation.
|
DocumentCurrentVersionJson |
getDocumentCurrentVersion()
A json which represents the current version of the file
|
String |
getDocumentName()
Use 'name' instead
|
long |
getDownloadPdfSize() |
long |
getDownloadSize() |
String |
getEditorUrl()
URL of a (protected) file for editing .
|
ExistingDocumentJson |
getExistingDocument() |
Date |
getExpires()
Use permissions instead
|
DocumentExternalRepositoryDataJson |
getExternalRepositoryData() |
String |
getFilename()
File name.
|
String |
getFolder()
File's folder, for example: /office/docs
|
Integer |
getFolderId()
Folder id
|
String |
getFolderUuid()
Folder uuid
|
String |
getGuid()
Signed GUID of a file, created by the server.
|
Integer |
getId()
Id
|
Date |
getLastUpdated()
Date of creation or last update of the file.
|
Date |
getLastUpdateDate()
Use 'lastUpdated' instead
|
Date |
getModifiedDate()
Date of modified.
|
String |
getName()
File name
|
String |
getOnlineEditorUrl()
URL to edit the document online
|
Boolean |
getOriginalReadAckState() |
Long |
getOriginalSize()
Original size of file (bytes)
|
PdfConversionStatus |
getPdfConversionStatus()
The status of PDF conversion
|
Integer |
getPendingRequests()
Number of pending requests to access the file
|
Integer |
getPercentCompleted()
Progress status.
|
PermissionsToUserJson |
getPermissionsJson()
Permissions, in some contexts may be null.
|
String |
getPreviewUrl()
URL to preview the file
|
Boolean |
getRead()
Will be true if the last file was read since its last update.
|
Boolean |
getReadConfirmation() |
Date |
getRecentlyViewed()
Date file was most recently viewed.
|
String |
getRoom()
Id of the workspace the file has been submitted to.
|
Float |
getScore()
The score of the file in the current search
|
Boolean |
getSecureTransferFile() |
String |
getSender()
Sender's email address
|
Boolean |
getStarred()
Will be true if the file was marked as starred (favorite).
|
StatusJson |
getStatus()
Status, status number and error string in case of error.
|
TagListJson |
getTagList()
Tags, if exist.
|
String |
getType()
Use 'contentType' instead
|
String |
getUrl()
URL of a (protected) file.
|
String |
getViewerUrl()
URL of a (protected) file for viewing .
|
String |
getWorkspaceUuid()
uuid of the workspace the file has been submitted to.
|
void |
setAccessLevel(DocumentAccessLevel accessLevel)
Document Access Level.
|
void |
setAnnotationsList(DocumentAnnotationsListJson annotationsList)
A json which represents the users who annotated the file, and the last
update date of their annotation
|
void |
setClassification(String classification)
Classification, if exists.
|
void |
setContentType(String contentType) |
void |
setConvertedName(String convertedName)
Converted name for file
|
void |
setCreationDate(Date creationDate)
Date of creation.
|
void |
setDocumentCurrentVersion(DocumentCurrentVersionJson documentCurrentVersion)
A json which represents the current version of the file
|
void |
setDocumentName(String documentName)
Use 'name' instead
|
void |
setDownloadPdfSize(long downloadPdfSize) |
void |
setDownloadSize(long downloadSize) |
void |
setEditorUrl(String editorUrl)
URL of a (protected) file for editing .
|
void |
setExistingDocument(ExistingDocumentJson existingDocument) |
void |
setExpires(Date expires)
Use permissions instead
|
void |
setExternalRepositoryData(DocumentExternalRepositoryDataJson externalRepositoryData) |
void |
setFilename(String filename)
File name.
|
void |
setFolder(String folder)
File's folder, for example: /office/docs
|
void |
setFolderId(Integer folderId)
Folder id
|
void |
setFolderUuid(String folderUuid)
Folder uuid
|
void |
setGuid(String guid)
Signed GUID of a file, created by the server.
|
void |
setId(Integer id)
Id
|
void |
setLastUpdated(Date lastUpdated)
Date of creation or last update of the file.
|
void |
setLastUpdateDate(Date lastUpdateDate)
Use 'lastUpdated' instead
|
void |
setModifiedDate(Date modifiedDate)
Date of modified.
|
void |
setName(String name)
File name
|
void |
setOnlineEditorUrl(String onlineEditorUrl)
URL to edit the document online
|
void |
setOriginalReadAckState(Boolean originalReadAckState) |
void |
setOriginalSize(Long originalSize)
Original size of file (bytes)
|
void |
setPdfConversionStatus(PdfConversionStatus pdfConversionStatus)
The status of PDF conversion
|
void |
setPendingRequests(Integer pendingRequests)
Number of pending requests to access the file
|
void |
setPercentCompleted(Integer percentCompleted)
Progress status.
|
void |
setPermissionsJson(PermissionsToUserJson permissionsJson)
Permissions, in some contexts may be null.
|
void |
setPreviewUrl(String previewUrl)
URL to preview the file
|
void |
setRead(Boolean read)
Will be true if the last file was read since its last update.
|
void |
setReadConfirmation(Boolean readConfirmation) |
void |
setRecentlyViewed(Date recentlyViewed)
Date file was most recently viewed.
|
void |
setRoom(String room)
Id of the workspace the file has been submitted to.
|
void |
setScore(Float score)
The score of the file in the current search
|
void |
setSecureTransferFile(Boolean secureTransferFile) |
void |
setSender(String sender)
Sender's email address
|
void |
setStarred(Boolean starred)
Will be true if the file was marked as starred (favorite).
|
void |
setStatus(StatusJson status)
Status, status number and error string in case of error.
|
void |
setTagList(TagListJson tagList)
Tags, if exist.
|
void |
setType(String type)
Use 'contentType' instead
|
void |
setUrl(String url)
URL of a (protected) file.
|
void |
setViewerUrl(String viewerUrl)
URL of a (protected) file for viewing .
|
void |
setWorkspaceUuid(String workspaceUuid)
uuid of the workspace the file has been submitted to.
|
getObjType, setObjType, toString
public Integer getPercentCompleted()
public void setPercentCompleted(Integer percentCompleted)
percentCompleted
- Progress status.public Date getExpires()
public void setExpires(Date expires)
expires
- Use permissions insteadpublic String getPreviewUrl()
public void setPreviewUrl(String previewUrl)
previewUrl
- URL to preview the filepublic long getDownloadPdfSize()
public void setDownloadPdfSize(long downloadPdfSize)
public String getOnlineEditorUrl()
public void setOnlineEditorUrl(String onlineEditorUrl)
onlineEditorUrl
- URL to edit the document onlinepublic Integer getPendingRequests()
public void setPendingRequests(Integer pendingRequests)
pendingRequests
- Number of pending requests to access the filepublic Boolean getOriginalReadAckState()
public void setOriginalReadAckState(Boolean originalReadAckState)
public Date getLastUpdateDate()
public void setLastUpdateDate(Date lastUpdateDate)
lastUpdateDate
- Use 'lastUpdated' insteadpublic String getType()
public void setType(String type)
type
- Use 'contentType' insteadpublic Boolean getReadConfirmation()
public void setReadConfirmation(Boolean readConfirmation)
public PdfConversionStatus getPdfConversionStatus()
public void setPdfConversionStatus(PdfConversionStatus pdfConversionStatus)
pdfConversionStatus
- The status of PDF conversionpublic Float getScore()
public void setScore(Float score)
score
- The score of the file in the current searchpublic Date getLastUpdated()
public void setLastUpdated(Date lastUpdated)
lastUpdated
- Date of creation or last update of the file.public ExistingDocumentJson getExistingDocument()
public void setExistingDocument(ExistingDocumentJson existingDocument)
public Boolean getStarred()
public void setStarred(Boolean starred)
starred
- Will be true if the file was marked as starred
(favorite).public String getConvertedName()
public void setConvertedName(String convertedName)
convertedName
- Converted name for filepublic DocumentExternalRepositoryDataJson getExternalRepositoryData()
public void setExternalRepositoryData(DocumentExternalRepositoryDataJson externalRepositoryData)
public Integer getId()
public void setId(Integer id)
id
- Idpublic Long getOriginalSize()
public void setOriginalSize(Long originalSize)
originalSize
- Original size of file (bytes)public String getContentType()
public void setContentType(String contentType)
public Boolean getRead()
public void setRead(Boolean read)
read
- Will be true if the last file was read since its last
update.public DocumentAccessLevel getAccessLevel()
public void setAccessLevel(DocumentAccessLevel accessLevel)
accessLevel
- Document Access Level. Levels are FULL, VIEWER,
TRACKING, NONE.public String getEditorUrl()
public void setEditorUrl(String editorUrl)
editorUrl
- URL of a (protected) file for editing .public Boolean getSecureTransferFile()
public void setSecureTransferFile(Boolean secureTransferFile)
public String getDocumentName()
public void setDocumentName(String documentName)
documentName
- Use 'name' insteadpublic String getClassification()
public void setClassification(String classification)
classification
- Classification, if exists.public String getFolderUuid()
public void setFolderUuid(String folderUuid)
folderUuid
- Folder uuidpublic String getViewerUrl()
public void setViewerUrl(String viewerUrl)
viewerUrl
- URL of a (protected) file for viewing .public Date getCreationDate()
public void setCreationDate(Date creationDate)
creationDate
- Date of creation.public PermissionsToUserJson getPermissionsJson()
public void setPermissionsJson(PermissionsToUserJson permissionsJson)
permissionsJson
- Permissions, in some contexts may be null.public DocumentCurrentVersionJson getDocumentCurrentVersion()
public void setDocumentCurrentVersion(DocumentCurrentVersionJson documentCurrentVersion)
documentCurrentVersion
- A json which represents the current
version of the filepublic Integer getFolderId()
public void setFolderId(Integer folderId)
folderId
- Folder idpublic String getWorkspaceUuid()
public void setWorkspaceUuid(String workspaceUuid)
workspaceUuid
- uuid of the workspace the file has been submitted
to.public String getRoom()
public void setRoom(String room)
room
- Id of the workspace the file has been submitted to.public String getUrl()
public void setUrl(String url)
url
- URL of a (protected) file.public TagListJson getTagList()
public void setTagList(TagListJson tagList)
tagList
- Tags, if exist.public Date getRecentlyViewed()
public void setRecentlyViewed(Date recentlyViewed)
recentlyViewed
- Date file was most recently viewed. not supported
any longer - info is meaninglesspublic String getFilename()
public void setFilename(String filename)
filename
- File name.public long getDownloadSize()
public void setDownloadSize(long downloadSize)
public String getFolder()
public void setFolder(String folder)
folder
- File's folder, for example: /office/docspublic DocumentAnnotationsListJson getAnnotationsList()
public void setAnnotationsList(DocumentAnnotationsListJson annotationsList)
annotationsList
- A json which represents the users who annotated
the file, and the last update date of their annotationpublic String getSender()
public void setSender(String sender)
sender
- Sender's email addresspublic Date getModifiedDate()
public void setModifiedDate(Date modifiedDate)
modifiedDate
- Date of modified.public String getName()
public void setName(String name)
name
- File namepublic String getGuid()
public void setGuid(String guid)
guid
- Signed GUID of a file, created by the server.public StatusJson getStatus()
public void setStatus(StatusJson status)
status
- Status, status number and error string in case of error.Copyright © 2019. All rights reserved.