public class Folder extends FolderInput implements Item
Constructor and Description |
---|
Folder() |
getDescription, getName, getSharedLink, getSyncState, getUploadMail, setDescription, setName, setSharedLink, setSyncState, setUploadMail
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription, getName, getSharedLink, setDescription, setName, setSharedLink
public String getSequenceID()
getSequenceID
in interface Item
public Date getCreatedAt()
getCreatedAt
in interface Item
public Date getModifiedAt()
getModifiedAt
in interface Item
public List<Folder> getPathCollection()
getPathCollection
in interface Item
public User getCreatedBy()
getCreatedBy
in interface Item
public User getModifiedBy()
getModifiedBy
in interface Item
public Date getTrashedAt()
getTrashedAt
in interface Item
public Date getPurgedAt()
getPurgedAt
in interface Item
public Date getContentCreatedAt()
getContentCreatedAt
in interface Item
public Date getContentModifiedAt()
getContentModifiedAt
in interface Item
public User getOwnedBy()
getOwnedBy
in interface Item
public String getItemStatus()
getItemStatus
in interface Item
public void setSequenceID(String sequenceID)
setSequenceID
in interface Item
public void setCreatedAt(Date createdAt)
setCreatedAt
in interface Item
public void setModifiedAt(Date modifiedAt)
setModifiedAt
in interface Item
public void setPathCollection(List<Folder> pathCollection)
setPathCollection
in interface Item
public void setCreatedBy(User createdBy)
setCreatedBy
in interface Item
public void setModifiedBy(User modifiedBy)
setModifiedBy
in interface Item
public void setTrashedAt(Date trashedAt)
setTrashedAt
in interface Item
public void setPurgedAt(Date purgedAt)
setPurgedAt
in interface Item
public void setContentCreatedAt(Date contentCreatedAt)
setContentCreatedAt
in interface Item
public void setContentModifiedAt(Date contentModifiedAt)
setContentModifiedAt
in interface Item
public void setOwnedBy(User ownedBy)
setOwnedBy
in interface Item
public void setItemStatus(String itemStatus)
setItemStatus
in interface Item
public PathCollection getPath()
public boolean isHasCollaborations()
public Set<FolderPermission> getPermissions()
public boolean isCanNonOwnersInvite()
public void setHasCollaborations(boolean hasCollaborations)
public void setPermissions(Set<FolderPermission> permissions)
public void setCanNonOwnersInvite(boolean canNonOwnersInvite)
Copyright © 2010–2017. All rights reserved.