@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen") public class Document extends Entry
| Constructor and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
Document |
electronicDocumentSize(Long electronicDocumentSize) |
boolean |
equals(Object o) |
Document |
extension(String extension) |
Long |
getElectronicDocumentSize()
Returns the size of the electronic document attached to the represented document, if there is one, in bytes.
|
String |
getExtension()
Returns the extension for the document.
|
String |
getMimeType()
Returns the MIME type of the electronic document.
|
Integer |
getPageCount()
Returns the page count of the represented document.
|
int |
hashCode() |
Boolean |
isCheckedOut()
Returns a boolean indicating if the represented document is checked out.
|
Document |
isCheckedOut(Boolean isCheckedOut) |
Boolean |
isElectronicDocument()
Returns a boolean indicating if there is an electronic document attached to the represented document.
|
Document |
isElectronicDocument(Boolean isElectronicDocument) |
Boolean |
isRecord()
Returns a boolean indicating if the represented document is a record.
|
Document |
isRecord(Boolean isRecord) |
Boolean |
isUnderVersionControl()
Returns a boolean indicating if the represented document is under version control.
|
Document |
isUnderVersionControl(Boolean isUnderVersionControl) |
Document |
mimeType(String mimeType) |
Document |
pageCount(Integer pageCount) |
void |
setElectronicDocumentSize(Long electronicDocumentSize) |
void |
setExtension(String extension) |
void |
setIsCheckedOut(Boolean isCheckedOut) |
void |
setIsElectronicDocument(Boolean isElectronicDocument) |
void |
setIsRecord(Boolean isRecord) |
void |
setIsUnderVersionControl(Boolean isUnderVersionControl) |
void |
setMimeType(String mimeType) |
void |
setPageCount(Integer pageCount) |
String |
toString() |
addFieldsItem, addTemplateFieldNamesItem, creationTime, creator, entryType, fields, folderPath, fullPath, getCreationTime, getCreator, getEntryType, getFields, getFolderPath, getFullPath, getId, getLastModifiedTime, getName, getParentId, getRowNumber, getTemplateFieldNames, getTemplateId, getTemplateName, getVolumeName, id, isContainer, isContainer, isLeaf, isLeaf, lastModifiedTime, name, parentId, rowNumber, setCreationTime, setCreator, setEntryType, setFields, setFolderPath, setFullPath, setId, setIsContainer, setIsLeaf, setLastModifiedTime, setName, setParentId, setRowNumber, setTemplateFieldNames, setTemplateId, setTemplateName, setVolumeName, templateFieldNames, templateId, templateName, volumeNamepublic Long getElectronicDocumentSize()
public void setElectronicDocumentSize(Long electronicDocumentSize)
public String getExtension()
public void setExtension(String extension)
public Boolean isElectronicDocument()
public void setIsElectronicDocument(Boolean isElectronicDocument)
public Boolean isRecord()
public void setIsRecord(Boolean isRecord)
public String getMimeType()
public void setMimeType(String mimeType)
public Integer getPageCount()
public void setPageCount(Integer pageCount)
public Boolean isCheckedOut()
public void setIsCheckedOut(Boolean isCheckedOut)
public Boolean isUnderVersionControl()
public void setIsUnderVersionControl(Boolean isUnderVersionControl)
Copyright © 2025. All rights reserved.