Package com.openkm.sdk4j.bean
Class MailAccountFolder
java.lang.Object
com.openkm.sdk4j.bean.MailAccountFolder
- All Implemented Interfaces:
Serializable
Created by carolina on 10/06/16.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetId()longlongvoidsetFolderPath(String folderPath) voidsetId(long id) voidsetMailAccount(MailAccount mailAccount) voidsetMailAccountId(long mailAccountId) voidsetMailLastUid(long mailLastUid) toString()
-
Constructor Details
-
MailAccountFolder
public MailAccountFolder()
-
-
Method Details
-
getId
public long getId() -
setId
public void setId(long id) -
getMailAccountId
public long getMailAccountId() -
setMailAccountId
public void setMailAccountId(long mailAccountId) -
getFolderPath
-
setFolderPath
-
getMailAccount
-
setMailAccount
-
getMailLastUid
public long getMailLastUid() -
setMailLastUid
public void setMailLastUid(long mailLastUid) -
toString
-