|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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(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(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)
|
String |
toString()
|
void |
unsetIncludeAccount()
|
void |
unsetIncludeBusinessLinkedNotebooks()
|
void |
unsetIncludePersonalLinkedNotebooks()
|
void |
validate()
|
void |
write(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()
TBase
deepCopy in interface TBase<SavedSearchScope>public void clear()
TBase
clear in interface 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(Object that)
equals in class Objectpublic boolean equals(SavedSearchScope that)
public int hashCode()
hashCode in class Objectpublic int compareTo(SavedSearchScope other)
compareTo in interface Comparable<SavedSearchScope>
public void read(TProtocol iprot)
throws TException
TBase
read in interface TBase<SavedSearchScope>iprot - Input protocol
TException
public void write(TProtocol oprot)
throws TException
TBase
write in interface TBase<SavedSearchScope>oprot - Output protocol
TExceptionpublic String toString()
toString in class Object
public void validate()
throws TException
TException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||