Package com.mypurecloud.sdk.v2.model
Class Document
java.lang.Object
com.mypurecloud.sdk.v2.model.Document
- All Implemented Interfaces:
Serializable
Document
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets sharingStatusstatic enumGets or Sets systemTypestatic enumGets or Sets uploadMethod -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA list of permitted action rights for the user making the requestattributes(List<DocumentAttribute> attributes) callerAddress(String callerAddress) changeNumber(Integer changeNumber) contentLength(Long contentLength) contentType(String contentType) contentUri(String contentUri) createdBy(DomainEntityRef createdBy) dateCreated(Date dateCreated) Date time is represented as an ISO-8601 string.dateModified(Date dateModified) Date time is represented as an ISO-8601 string.dateUploaded(Date dateUploaded) Date time is represented as an ISO-8601 string.downloadSharingUri(String downloadSharingUri) booleangetAcl()getId()getName()getRead()getTags()inthashCode()receiverAddress(String receiverAddress) voidvoidsetAttributes(List<DocumentAttribute> attributes) voidsetCallerAddress(String callerAddress) voidsetChangeNumber(Integer changeNumber) voidsetContentLength(Long contentLength) voidsetContentType(String contentType) voidsetContentUri(String contentUri) voidsetCreatedBy(DomainEntityRef createdBy) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidsetDateUploaded(Date dateUploaded) voidsetDownloadSharingUri(String downloadSharingUri) voidsetFilename(String filename) voidsetLockInfo(LockInfo lockInfo) voidvoidsetPageCount(Long pageCount) voidvoidsetReceiverAddress(String receiverAddress) voidsetSharingStatus(Document.SharingStatusEnum sharingStatus) voidsetSharingUri(String sharingUri) voidsetSystemType(Document.SystemTypeEnum systemType) voidvoidsetTagValues(List<TagValue> tagValues) voidsetThumbnails(List<DocumentThumbnail> thumbnails) voidsetUploadDestinationUri(String uploadDestinationUri) voidsetUploadedBy(DomainEntityRef uploadedBy) voidsetUploadMethod(Document.UploadMethodEnum uploadMethod) voidsetUploadStatus(DomainEntityRef uploadStatus) voidsetWorkspace(DomainEntityRef workspace) sharingStatus(Document.SharingStatusEnum sharingStatus) sharingUri(String sharingUri) systemType(Document.SystemTypeEnum systemType) thumbnails(List<DocumentThumbnail> thumbnails) toString()uploadDestinationUri(String uploadDestinationUri) uploadedBy(DomainEntityRef uploadedBy) uploadMethod(Document.UploadMethodEnum uploadMethod) uploadStatus(DomainEntityRef uploadStatus) workspace(DomainEntityRef workspace)
-
Constructor Details
-
Document
public Document() -
Document
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
changeNumber
-
getChangeNumber
-
setChangeNumber
-
dateCreated
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
dateModified
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
dateUploaded
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateUploaded
-
setDateUploaded
-
contentUri
-
getContentUri
-
setContentUri
-
workspace
-
getWorkspace
-
setWorkspace
-
createdBy
-
getCreatedBy
-
setCreatedBy
-
uploadedBy
-
getUploadedBy
-
setUploadedBy
-
sharingUri
-
getSharingUri
-
setSharingUri
-
contentType
-
getContentType
-
setContentType
-
contentLength
-
getContentLength
-
setContentLength
-
systemType
-
getSystemType
-
setSystemType
-
filename
-
getFilename
-
setFilename
-
pageCount
-
getPageCount
-
setPageCount
-
read
-
getRead
-
setRead
-
callerAddress
-
getCallerAddress
-
setCallerAddress
-
receiverAddress
-
getReceiverAddress
-
setReceiverAddress
-
tags
-
getTags
-
setTags
-
tagValues
-
getTagValues
-
setTagValues
-
attributes
-
getAttributes
-
setAttributes
-
thumbnails
-
getThumbnails
-
setThumbnails
-
uploadStatus
-
getUploadStatus
-
setUploadStatus
-
uploadDestinationUri
-
getUploadDestinationUri
-
setUploadDestinationUri
-
uploadMethod
-
getUploadMethod
-
setUploadMethod
-
lockInfo
-
getLockInfo
-
setLockInfo
-
acl
A list of permitted action rights for the user making the request -
getAcl
-
setAcl
-
sharingStatus
-
getSharingStatus
-
setSharingStatus
-
downloadSharingUri
-
getDownloadSharingUri
-
setDownloadSharingUri
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-