@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen") public class Entry extends Object
| Constructor and Description |
|---|
Entry() |
| Modifier and Type | Method and Description |
|---|---|
Entry |
addFieldsItem(Field fieldsItem) |
Entry |
addTemplateFieldNamesItem(String templateFieldNamesItem) |
Entry |
creationTime(org.threeten.bp.OffsetDateTime creationTime) |
Entry |
creator(String creator) |
Entry |
entryType(EntryType entryType) |
boolean |
equals(Object o) |
Entry |
fields(List<Field> fields) |
Entry |
folderPath(String folderPath) |
Entry |
fullPath(String fullPath) |
org.threeten.bp.OffsetDateTime |
getCreationTime()
Returns the creation time of the entry.
|
String |
getCreator()
Returns the name of the user that created this entry.
|
EntryType |
getEntryType()
Returns entryType
|
List<Field> |
getFields()
Returns the fields assigned to this entry.
|
String |
getFolderPath()
Returns the path in the Laserfiche repository to the parent folder.
|
String |
getFullPath()
Returns the full path in the Laserfiche repository to the entry.
|
Integer |
getId()
Returns the ID of the entry.
|
org.threeten.bp.OffsetDateTime |
getLastModifiedTime()
Returns the last modification time of the entry.
|
String |
getName()
Returns the name of the entry.
|
Integer |
getParentId()
Returns the ID of the parent entry.
|
Integer |
getRowNumber()
Returns row number assigned to this entry in the listing.
|
List<String> |
getTemplateFieldNames()
Returns the names of the fields assigned to the template assigned to this entry.
|
Integer |
getTemplateId()
Returns the id of the template assigned to this entry.
|
String |
getTemplateName()
Returns the name of the template assigned to this entry.
|
String |
getVolumeName()
Returns the name of the volume that this entry is associated with.
|
int |
hashCode() |
Entry |
id(Integer id) |
Boolean |
isContainer()
Returns a boolean indicating if this entry is a container object; it can have other entries as children.
|
Entry |
isContainer(Boolean isContainer) |
Boolean |
isLeaf()
Returns a boolean indicating if this entry is a leaf object; it cannot have other entries as children.
|
Entry |
isLeaf(Boolean isLeaf) |
Entry |
lastModifiedTime(org.threeten.bp.OffsetDateTime lastModifiedTime) |
Entry |
name(String name) |
Entry |
parentId(Integer parentId) |
Entry |
rowNumber(Integer rowNumber) |
void |
setCreationTime(org.threeten.bp.OffsetDateTime creationTime) |
void |
setCreator(String creator) |
void |
setEntryType(EntryType entryType) |
void |
setFields(List<Field> fields) |
void |
setFolderPath(String folderPath) |
void |
setFullPath(String fullPath) |
void |
setId(Integer id) |
void |
setIsContainer(Boolean isContainer) |
void |
setIsLeaf(Boolean isLeaf) |
void |
setLastModifiedTime(org.threeten.bp.OffsetDateTime lastModifiedTime) |
void |
setName(String name) |
void |
setParentId(Integer parentId) |
void |
setRowNumber(Integer rowNumber) |
void |
setTemplateFieldNames(List<String> templateFieldNames) |
void |
setTemplateId(Integer templateId) |
void |
setTemplateName(String templateName) |
void |
setVolumeName(String volumeName) |
Entry |
templateFieldNames(List<String> templateFieldNames) |
Entry |
templateId(Integer templateId) |
Entry |
templateName(String templateName) |
String |
toString() |
Entry |
volumeName(String volumeName) |
public Integer getId()
public void setId(Integer id)
public String getName()
public void setName(String name)
public Integer getParentId()
public void setParentId(Integer parentId)
public String getFullPath()
public void setFullPath(String fullPath)
public String getFolderPath()
public void setFolderPath(String folderPath)
public String getCreator()
public void setCreator(String creator)
public Entry creationTime(org.threeten.bp.OffsetDateTime creationTime)
public org.threeten.bp.OffsetDateTime getCreationTime()
public void setCreationTime(org.threeten.bp.OffsetDateTime creationTime)
public Entry lastModifiedTime(org.threeten.bp.OffsetDateTime lastModifiedTime)
public org.threeten.bp.OffsetDateTime getLastModifiedTime()
public void setLastModifiedTime(org.threeten.bp.OffsetDateTime lastModifiedTime)
public EntryType getEntryType()
public void setEntryType(EntryType entryType)
public Boolean isContainer()
public void setIsContainer(Boolean isContainer)
public Boolean isLeaf()
public void setIsLeaf(Boolean isLeaf)
public String getTemplateName()
public void setTemplateName(String templateName)
public Integer getTemplateId()
public void setTemplateId(Integer templateId)
public List<String> getTemplateFieldNames()
public String getVolumeName()
public void setVolumeName(String volumeName)
public Integer getRowNumber()
public void setRowNumber(Integer rowNumber)
Copyright © 2025. All rights reserved.