public class SubmitIManageDocumentResultJson extends BaseJson
Constructor and Description |
---|
SubmitIManageDocumentResultJson() |
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
|
ExistingDocumentJson |
getExistingDocument() |
DocumentExternalRepositoryDataJson |
getExternalRepositoryData() |
String |
getFilename()
File name.
|
String |
getGuid()
Signed GUID of a file, created by the server.
|
Integer |
getId() |
String |
getItemId() |
Date |
getLastUpdated()
Date of creation or last update of the document.
|
Date |
getModifiedDate()
Date of modified.
|
String |
getName()
File name
|
Long |
getOriginalSize()
Original size of file (bytes)
|
String |
getParentItemId() |
String |
getPath()
Path of the file in the transient external repository
|
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.
|
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 |
getUrl()
URL of a (protected) file.
|
String |
getViewerUrl()
URL of a (protected) file for viewing .
|
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 |
setExistingDocument(ExistingDocumentJson existingDocument) |
void |
setExternalRepositoryData(DocumentExternalRepositoryDataJson externalRepositoryData) |
void |
setFilename(String filename)
File name.
|
void |
setGuid(String guid)
Signed GUID of a file, created by the server.
|
void |
setId(Integer id) |
void |
setItemId(String itemId) |
void |
setLastUpdated(Date lastUpdated)
Date of creation or last update of the document.
|
void |
setModifiedDate(Date modifiedDate)
Date of modified.
|
void |
setName(String name)
File name
|
void |
setOriginalSize(Long originalSize)
Original size of file (bytes)
|
void |
setParentItemId(String parentItemId) |
void |
setPath(String path)
Path of the file in the transient external repository
|
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 |
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 |
setUrl(String url)
URL of a (protected) file.
|
void |
setViewerUrl(String viewerUrl)
URL of a (protected) file for viewing .
|
getObjType, setObjType, toString
public Integer getPercentCompleted()
public void setPercentCompleted(Integer percentCompleted)
percentCompleted
- Progress status.public String getPreviewUrl()
public void setPreviewUrl(String previewUrl)
previewUrl
- URL to preview the filepublic Integer getPendingRequests()
public void setPendingRequests(Integer pendingRequests)
pendingRequests
- Number of pending requests to access the filepublic 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 String getPath()
public void setPath(String path)
path
- Path of the file in the transient external repositorypublic Date getLastUpdated()
public void setLastUpdated(Date lastUpdated)
lastUpdated
- Date of creation or last update of the document.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 getParentItemId()
public void setParentItemId(String parentItemId)
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)
public 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 Boolean getSecureTransferFile()
public void setSecureTransferFile(Boolean secureTransferFile)
public String getViewerUrl()
public void setViewerUrl(String viewerUrl)
viewerUrl
- URL of a (protected) file for viewing .public String getClassification()
public void setClassification(String classification)
classification
- Classification, if exists.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 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 String getItemId()
public void setItemId(String itemId)
public String getFilename()
public void setFilename(String filename)
filename
- File name.public 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 String getName()
public void setName(String name)
name
- File namepublic Date getModifiedDate()
public void setModifiedDate(Date modifiedDate)
modifiedDate
- Date of modified.public 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.