|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.evernote.edam.type.Notebook
public class Notebook
A unique container for a set of notes.
Constructor Summary | |
---|---|
Notebook()
|
|
Notebook(Notebook other)
Performs a deep copy on other. |
Method Summary | |
---|---|
void |
addToSharedNotebookIds(long elem)
|
void |
addToSharedNotebooks(SharedNotebook elem)
|
void |
clear()
Return to the state of having just been initialized, as though you had just called the default constructor. |
int |
compareTo(Notebook other)
|
Notebook |
deepCopy()
Creates a deep copy of the object. |
boolean |
equals(Notebook that)
|
boolean |
equals(java.lang.Object that)
|
BusinessNotebook |
getBusinessNotebook()
|
User |
getContact()
|
java.lang.String |
getGuid()
|
java.lang.String |
getName()
|
Publishing |
getPublishing()
|
NotebookRestrictions |
getRestrictions()
|
long |
getServiceCreated()
|
long |
getServiceUpdated()
|
java.util.List<java.lang.Long> |
getSharedNotebookIds()
|
java.util.Iterator<java.lang.Long> |
getSharedNotebookIdsIterator()
|
int |
getSharedNotebookIdsSize()
|
java.util.List<SharedNotebook> |
getSharedNotebooks()
|
java.util.Iterator<SharedNotebook> |
getSharedNotebooksIterator()
|
int |
getSharedNotebooksSize()
|
java.lang.String |
getStack()
|
int |
getUpdateSequenceNum()
|
int |
hashCode()
|
boolean |
isDefaultNotebook()
|
boolean |
isPublished()
|
boolean |
isSetBusinessNotebook()
Returns true if field businessNotebook is set (has been asigned a value) and false otherwise |
boolean |
isSetContact()
Returns true if field contact is set (has been asigned a value) and false otherwise |
boolean |
isSetDefaultNotebook()
Returns true if field defaultNotebook is set (has been asigned a value) and false otherwise |
boolean |
isSetGuid()
Returns true if field guid is set (has been asigned a value) and false otherwise |
boolean |
isSetName()
Returns true if field name is set (has been asigned a value) and false otherwise |
boolean |
isSetPublished()
Returns true if field published is set (has been asigned a value) and false otherwise |
boolean |
isSetPublishing()
Returns true if field publishing is set (has been asigned a value) and false otherwise |
boolean |
isSetRestrictions()
Returns true if field restrictions is set (has been asigned a value) and false otherwise |
boolean |
isSetServiceCreated()
Returns true if field serviceCreated is set (has been asigned a value) and false otherwise |
boolean |
isSetServiceUpdated()
Returns true if field serviceUpdated is set (has been asigned a value) and false otherwise |
boolean |
isSetSharedNotebookIds()
Returns true if field sharedNotebookIds is set (has been asigned a value) and false otherwise |
boolean |
isSetSharedNotebooks()
Returns true if field sharedNotebooks is set (has been asigned a value) and false otherwise |
boolean |
isSetStack()
Returns true if field stack is set (has been asigned a value) and false otherwise |
boolean |
isSetUpdateSequenceNum()
Returns true if field updateSequenceNum 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 |
setBusinessNotebook(BusinessNotebook businessNotebook)
|
void |
setBusinessNotebookIsSet(boolean value)
|
void |
setContact(User contact)
|
void |
setContactIsSet(boolean value)
|
void |
setDefaultNotebook(boolean defaultNotebook)
|
void |
setDefaultNotebookIsSet(boolean value)
|
void |
setGuid(java.lang.String guid)
|
void |
setGuidIsSet(boolean value)
|
void |
setName(java.lang.String name)
|
void |
setNameIsSet(boolean value)
|
void |
setPublished(boolean published)
|
void |
setPublishedIsSet(boolean value)
|
void |
setPublishing(Publishing publishing)
|
void |
setPublishingIsSet(boolean value)
|
void |
setRestrictions(NotebookRestrictions restrictions)
|
void |
setRestrictionsIsSet(boolean value)
|
void |
setServiceCreated(long serviceCreated)
|
void |
setServiceCreatedIsSet(boolean value)
|
void |
setServiceUpdated(long serviceUpdated)
|
void |
setServiceUpdatedIsSet(boolean value)
|
void |
setSharedNotebookIds(java.util.List<java.lang.Long> sharedNotebookIds)
|
void |
setSharedNotebookIdsIsSet(boolean value)
|
void |
setSharedNotebooks(java.util.List<SharedNotebook> sharedNotebooks)
|
void |
setSharedNotebooksIsSet(boolean value)
|
void |
setStack(java.lang.String stack)
|
void |
setStackIsSet(boolean value)
|
void |
setUpdateSequenceNum(int updateSequenceNum)
|
void |
setUpdateSequenceNumIsSet(boolean value)
|
java.lang.String |
toString()
|
void |
unsetBusinessNotebook()
|
void |
unsetContact()
|
void |
unsetDefaultNotebook()
|
void |
unsetGuid()
|
void |
unsetName()
|
void |
unsetPublished()
|
void |
unsetPublishing()
|
void |
unsetRestrictions()
|
void |
unsetServiceCreated()
|
void |
unsetServiceUpdated()
|
void |
unsetSharedNotebookIds()
|
void |
unsetSharedNotebooks()
|
void |
unsetStack()
|
void |
unsetUpdateSequenceNum()
|
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 Notebook()
public Notebook(Notebook other)
Method Detail |
---|
public Notebook deepCopy()
com.evernote.thrift.TBase
deepCopy
in interface com.evernote.thrift.TBase<Notebook>
public void clear()
com.evernote.thrift.TBase
clear
in interface com.evernote.thrift.TBase<Notebook>
public java.lang.String getGuid()
public void setGuid(java.lang.String guid)
public void unsetGuid()
public boolean isSetGuid()
public void setGuidIsSet(boolean value)
public java.lang.String getName()
public void setName(java.lang.String name)
public void unsetName()
public boolean isSetName()
public void setNameIsSet(boolean value)
public int getUpdateSequenceNum()
public void setUpdateSequenceNum(int updateSequenceNum)
public void unsetUpdateSequenceNum()
public boolean isSetUpdateSequenceNum()
public void setUpdateSequenceNumIsSet(boolean value)
public boolean isDefaultNotebook()
public void setDefaultNotebook(boolean defaultNotebook)
public void unsetDefaultNotebook()
public boolean isSetDefaultNotebook()
public void setDefaultNotebookIsSet(boolean value)
public long getServiceCreated()
public void setServiceCreated(long serviceCreated)
public void unsetServiceCreated()
public boolean isSetServiceCreated()
public void setServiceCreatedIsSet(boolean value)
public long getServiceUpdated()
public void setServiceUpdated(long serviceUpdated)
public void unsetServiceUpdated()
public boolean isSetServiceUpdated()
public void setServiceUpdatedIsSet(boolean value)
public Publishing getPublishing()
public void setPublishing(Publishing publishing)
public void unsetPublishing()
public boolean isSetPublishing()
public void setPublishingIsSet(boolean value)
public boolean isPublished()
public void setPublished(boolean published)
public void unsetPublished()
public boolean isSetPublished()
public void setPublishedIsSet(boolean value)
public java.lang.String getStack()
public void setStack(java.lang.String stack)
public void unsetStack()
public boolean isSetStack()
public void setStackIsSet(boolean value)
public int getSharedNotebookIdsSize()
public java.util.Iterator<java.lang.Long> getSharedNotebookIdsIterator()
public void addToSharedNotebookIds(long elem)
public java.util.List<java.lang.Long> getSharedNotebookIds()
public void setSharedNotebookIds(java.util.List<java.lang.Long> sharedNotebookIds)
public void unsetSharedNotebookIds()
public boolean isSetSharedNotebookIds()
public void setSharedNotebookIdsIsSet(boolean value)
public int getSharedNotebooksSize()
public java.util.Iterator<SharedNotebook> getSharedNotebooksIterator()
public void addToSharedNotebooks(SharedNotebook elem)
public java.util.List<SharedNotebook> getSharedNotebooks()
public void setSharedNotebooks(java.util.List<SharedNotebook> sharedNotebooks)
public void unsetSharedNotebooks()
public boolean isSetSharedNotebooks()
public void setSharedNotebooksIsSet(boolean value)
public BusinessNotebook getBusinessNotebook()
public void setBusinessNotebook(BusinessNotebook businessNotebook)
public void unsetBusinessNotebook()
public boolean isSetBusinessNotebook()
public void setBusinessNotebookIsSet(boolean value)
public User getContact()
public void setContact(User contact)
public void unsetContact()
public boolean isSetContact()
public void setContactIsSet(boolean value)
public NotebookRestrictions getRestrictions()
public void setRestrictions(NotebookRestrictions restrictions)
public void unsetRestrictions()
public boolean isSetRestrictions()
public void setRestrictionsIsSet(boolean value)
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(Notebook that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(Notebook other)
compareTo
in interface java.lang.Comparable<Notebook>
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<Notebook>
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<Notebook>
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 |