|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.evernote.edam.notestore.NoteFilter
public class NoteFilter
A list of criteria that are used to indicate which notes are desired from the account. This is used in queries to the NoteStore to determine which notes should be retrieved.
| Constructor Summary | |
|---|---|
NoteFilter()
|
|
NoteFilter(NoteFilter other)
Performs a deep copy on other. |
|
| Method Summary | |
|---|---|
void |
addToTagGuids(String elem)
|
void |
clear()
Return to the state of having just been initialized, as though you had just called the default constructor. |
int |
compareTo(NoteFilter other)
|
NoteFilter |
deepCopy()
Creates a deep copy of the object. |
boolean |
equals(NoteFilter that)
|
boolean |
equals(Object that)
|
String |
getEmphasized()
|
String |
getNotebookGuid()
|
int |
getOrder()
|
List<String> |
getTagGuids()
|
Iterator<String> |
getTagGuidsIterator()
|
int |
getTagGuidsSize()
|
String |
getTimeZone()
|
String |
getWords()
|
int |
hashCode()
|
boolean |
isAscending()
|
boolean |
isInactive()
|
boolean |
isSetAscending()
Returns true if field ascending is set (has been asigned a value) and false otherwise |
boolean |
isSetEmphasized()
Returns true if field emphasized is set (has been asigned a value) and false otherwise |
boolean |
isSetInactive()
Returns true if field inactive is set (has been asigned a value) and false otherwise |
boolean |
isSetNotebookGuid()
Returns true if field notebookGuid is set (has been asigned a value) and false otherwise |
boolean |
isSetOrder()
Returns true if field order is set (has been asigned a value) and false otherwise |
boolean |
isSetTagGuids()
Returns true if field tagGuids is set (has been asigned a value) and false otherwise |
boolean |
isSetTimeZone()
Returns true if field timeZone is set (has been asigned a value) and false otherwise |
boolean |
isSetWords()
Returns true if field words 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 |
setAscending(boolean ascending)
|
void |
setAscendingIsSet(boolean value)
|
void |
setEmphasized(String emphasized)
|
void |
setEmphasizedIsSet(boolean value)
|
void |
setInactive(boolean inactive)
|
void |
setInactiveIsSet(boolean value)
|
void |
setNotebookGuid(String notebookGuid)
|
void |
setNotebookGuidIsSet(boolean value)
|
void |
setOrder(int order)
|
void |
setOrderIsSet(boolean value)
|
void |
setTagGuids(List<String> tagGuids)
|
void |
setTagGuidsIsSet(boolean value)
|
void |
setTimeZone(String timeZone)
|
void |
setTimeZoneIsSet(boolean value)
|
void |
setWords(String words)
|
void |
setWordsIsSet(boolean value)
|
String |
toString()
|
void |
unsetAscending()
|
void |
unsetEmphasized()
|
void |
unsetInactive()
|
void |
unsetNotebookGuid()
|
void |
unsetOrder()
|
void |
unsetTagGuids()
|
void |
unsetTimeZone()
|
void |
unsetWords()
|
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 NoteFilter()
public NoteFilter(NoteFilter other)
| Method Detail |
|---|
public NoteFilter deepCopy()
TBase
deepCopy in interface TBase<NoteFilter>public void clear()
TBase
clear in interface TBase<NoteFilter>public int getOrder()
public void setOrder(int order)
public void unsetOrder()
public boolean isSetOrder()
public void setOrderIsSet(boolean value)
public boolean isAscending()
public void setAscending(boolean ascending)
public void unsetAscending()
public boolean isSetAscending()
public void setAscendingIsSet(boolean value)
public String getWords()
public void setWords(String words)
public void unsetWords()
public boolean isSetWords()
public void setWordsIsSet(boolean value)
public String getNotebookGuid()
public void setNotebookGuid(String notebookGuid)
public void unsetNotebookGuid()
public boolean isSetNotebookGuid()
public void setNotebookGuidIsSet(boolean value)
public int getTagGuidsSize()
public Iterator<String> getTagGuidsIterator()
public void addToTagGuids(String elem)
public List<String> getTagGuids()
public void setTagGuids(List<String> tagGuids)
public void unsetTagGuids()
public boolean isSetTagGuids()
public void setTagGuidsIsSet(boolean value)
public String getTimeZone()
public void setTimeZone(String timeZone)
public void unsetTimeZone()
public boolean isSetTimeZone()
public void setTimeZoneIsSet(boolean value)
public boolean isInactive()
public void setInactive(boolean inactive)
public void unsetInactive()
public boolean isSetInactive()
public void setInactiveIsSet(boolean value)
public String getEmphasized()
public void setEmphasized(String emphasized)
public void unsetEmphasized()
public boolean isSetEmphasized()
public void setEmphasizedIsSet(boolean value)
public boolean equals(Object that)
equals in class Objectpublic boolean equals(NoteFilter that)
public int hashCode()
hashCode in class Objectpublic int compareTo(NoteFilter other)
compareTo in interface Comparable<NoteFilter>
public void read(TProtocol iprot)
throws TException
TBase
read in interface TBase<NoteFilter>iprot - Input protocol
TException
public void write(TProtocol oprot)
throws TException
TBase
write in interface TBase<NoteFilter>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 | ||||||||