|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.evernote.edam.type.SavedSearchScope
public class SavedSearchScope
A structure defining the scope of a SavedSearch.
Constructor Summary | |
---|---|
SavedSearchScope()
|
|
SavedSearchScope(SavedSearchScope 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(SavedSearchScope other)
|
SavedSearchScope |
deepCopy()
Creates a deep copy of the object. |
boolean |
equals(java.lang.Object that)
|
boolean |
equals(SavedSearchScope that)
|
int |
hashCode()
|
boolean |
isIncludeAccount()
|
boolean |
isIncludeBusinessLinkedNotebooks()
|
boolean |
isIncludePersonalLinkedNotebooks()
|
boolean |
isSetIncludeAccount()
Returns true if field includeAccount is set (has been asigned a value) and false otherwise |
boolean |
isSetIncludeBusinessLinkedNotebooks()
Returns true if field includeBusinessLinkedNotebooks is set (has been asigned a value) and false otherwise |
boolean |
isSetIncludePersonalLinkedNotebooks()
Returns true if field includePersonalLinkedNotebooks 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 |
setIncludeAccount(boolean includeAccount)
|
void |
setIncludeAccountIsSet(boolean value)
|
void |
setIncludeBusinessLinkedNotebooks(boolean includeBusinessLinkedNotebooks)
|
void |
setIncludeBusinessLinkedNotebooksIsSet(boolean value)
|
void |
setIncludePersonalLinkedNotebooks(boolean includePersonalLinkedNotebooks)
|
void |
setIncludePersonalLinkedNotebooksIsSet(boolean value)
|
java.lang.String |
toString()
|
void |
unsetIncludeAccount()
|
void |
unsetIncludeBusinessLinkedNotebooks()
|
void |
unsetIncludePersonalLinkedNotebooks()
|
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 SavedSearchScope()
public SavedSearchScope(SavedSearchScope other)
Method Detail |
---|
public SavedSearchScope deepCopy()
com.evernote.thrift.TBase
deepCopy
in interface com.evernote.thrift.TBase<SavedSearchScope>
public void clear()
com.evernote.thrift.TBase
clear
in interface com.evernote.thrift.TBase<SavedSearchScope>
public boolean isIncludeAccount()
public void setIncludeAccount(boolean includeAccount)
public void unsetIncludeAccount()
public boolean isSetIncludeAccount()
public void setIncludeAccountIsSet(boolean value)
public boolean isIncludePersonalLinkedNotebooks()
public void setIncludePersonalLinkedNotebooks(boolean includePersonalLinkedNotebooks)
public void unsetIncludePersonalLinkedNotebooks()
public boolean isSetIncludePersonalLinkedNotebooks()
public void setIncludePersonalLinkedNotebooksIsSet(boolean value)
public boolean isIncludeBusinessLinkedNotebooks()
public void setIncludeBusinessLinkedNotebooks(boolean includeBusinessLinkedNotebooks)
public void unsetIncludeBusinessLinkedNotebooks()
public boolean isSetIncludeBusinessLinkedNotebooks()
public void setIncludeBusinessLinkedNotebooksIsSet(boolean value)
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(SavedSearchScope that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(SavedSearchScope other)
compareTo
in interface java.lang.Comparable<SavedSearchScope>
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<SavedSearchScope>
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<SavedSearchScope>
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 |