|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.evernote.edam.type.BusinessNotebook
public class BusinessNotebook
If a Notebook contained in an Evernote Business account has been published the to business library, the Notebook will have a reference to one of these structures, which specifies how the Notebook will be represented in the library.
Constructor Summary | |
---|---|
BusinessNotebook()
|
|
BusinessNotebook(BusinessNotebook other)
Performs a deep copy on other. |
Method Summary | |
---|---|
void |
clear()
Return to the state of having just been initialized, as though you had just called the default constructor. |
int |
compareTo(BusinessNotebook other)
|
BusinessNotebook |
deepCopy()
Creates a deep copy of the object. |
boolean |
equals(BusinessNotebook that)
|
boolean |
equals(java.lang.Object that)
|
java.lang.String |
getNotebookDescription()
|
SharedNotebookPrivilegeLevel |
getPrivilege()
|
int |
hashCode()
|
boolean |
isRecommended()
|
boolean |
isSetNotebookDescription()
Returns true if field notebookDescription is set (has been asigned a value) and false otherwise |
boolean |
isSetPrivilege()
Returns true if field privilege is set (has been asigned a value) and false otherwise |
boolean |
isSetRecommended()
Returns true if field recommended is set (has been asigned a value) and false otherwise |
void |
read(com.evernote.thrift.protocol.TProtocol iprot)
Reads an instance of the object from the given protocol. |
void |
setNotebookDescription(java.lang.String notebookDescription)
|
void |
setNotebookDescriptionIsSet(boolean value)
|
void |
setPrivilege(SharedNotebookPrivilegeLevel privilege)
|
void |
setPrivilegeIsSet(boolean value)
|
void |
setRecommended(boolean recommended)
|
void |
setRecommendedIsSet(boolean value)
|
java.lang.String |
toString()
|
void |
unsetNotebookDescription()
|
void |
unsetPrivilege()
|
void |
unsetRecommended()
|
void |
validate()
|
void |
write(com.evernote.thrift.protocol.TProtocol oprot)
Writes the object to the given protocol. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BusinessNotebook()
public BusinessNotebook(BusinessNotebook other)
Method Detail |
---|
public BusinessNotebook deepCopy()
com.evernote.thrift.TBase
deepCopy
in interface com.evernote.thrift.TBase<BusinessNotebook>
public void clear()
com.evernote.thrift.TBase
clear
in interface com.evernote.thrift.TBase<BusinessNotebook>
public java.lang.String getNotebookDescription()
public void setNotebookDescription(java.lang.String notebookDescription)
public void unsetNotebookDescription()
public boolean isSetNotebookDescription()
public void setNotebookDescriptionIsSet(boolean value)
public SharedNotebookPrivilegeLevel getPrivilege()
SharedNotebookPrivilegeLevel
public void setPrivilege(SharedNotebookPrivilegeLevel privilege)
SharedNotebookPrivilegeLevel
public void unsetPrivilege()
public boolean isSetPrivilege()
public void setPrivilegeIsSet(boolean value)
public boolean isRecommended()
public void setRecommended(boolean recommended)
public void unsetRecommended()
public boolean isSetRecommended()
public void setRecommendedIsSet(boolean value)
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(BusinessNotebook that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(BusinessNotebook other)
compareTo
in interface java.lang.Comparable<BusinessNotebook>
public void read(com.evernote.thrift.protocol.TProtocol iprot) throws com.evernote.thrift.TException
com.evernote.thrift.TBase
read
in interface com.evernote.thrift.TBase<BusinessNotebook>
iprot
- Input protocol
com.evernote.thrift.TException
public void write(com.evernote.thrift.protocol.TProtocol oprot) throws com.evernote.thrift.TException
com.evernote.thrift.TBase
write
in interface com.evernote.thrift.TBase<BusinessNotebook>
oprot
- Output protocol
com.evernote.thrift.TException
public java.lang.String toString()
toString
in class java.lang.Object
public void validate() throws com.evernote.thrift.TException
com.evernote.thrift.TException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |