|
|||||||||
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.
Nested Class Summary | |
---|---|
static class |
NoteFilter._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
Field Summary | |
---|---|
static java.util.Map<NoteFilter._Fields,FieldMetaData> |
metaDataMap
|
Constructor Summary | |
---|---|
NoteFilter()
|
|
NoteFilter(NoteFilter other)
Performs a deep copy on other. |
Method Summary | |
---|---|
void |
addToTagGuids(java.lang.String elem)
|
void |
clear()
|
int |
compareTo(NoteFilter other)
|
NoteFilter |
deepCopy()
|
boolean |
equals(NoteFilter that)
|
boolean |
equals(java.lang.Object that)
|
NoteFilter._Fields |
fieldForId(int fieldId)
|
java.lang.Object |
getFieldValue(NoteFilter._Fields field)
|
java.lang.String |
getNotebookGuid()
|
int |
getOrder()
|
java.util.List<java.lang.String> |
getTagGuids()
|
java.util.Iterator<java.lang.String> |
getTagGuidsIterator()
|
int |
getTagGuidsSize()
|
java.lang.String |
getTimeZone()
|
java.lang.String |
getWords()
|
int |
hashCode()
|
boolean |
isAscending()
|
boolean |
isInactive()
|
boolean |
isSet(NoteFilter._Fields field)
Returns true if field corresponding to fieldID is set (has been asigned a value) and false otherwise |
boolean |
isSetAscending()
Returns true if field ascending 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)
|
void |
setAscending(boolean ascending)
|
void |
setAscendingIsSet(boolean value)
|
void |
setFieldValue(NoteFilter._Fields field,
java.lang.Object value)
|
void |
setInactive(boolean inactive)
|
void |
setInactiveIsSet(boolean value)
|
void |
setNotebookGuid(java.lang.String notebookGuid)
|
void |
setNotebookGuidIsSet(boolean value)
|
void |
setOrder(int order)
|
void |
setOrderIsSet(boolean value)
|
void |
setTagGuids(java.util.List<java.lang.String> tagGuids)
|
void |
setTagGuidsIsSet(boolean value)
|
void |
setTimeZone(java.lang.String timeZone)
|
void |
setTimeZoneIsSet(boolean value)
|
void |
setWords(java.lang.String words)
|
void |
setWordsIsSet(boolean value)
|
java.lang.String |
toString()
|
void |
unsetAscending()
|
void |
unsetInactive()
|
void |
unsetNotebookGuid()
|
void |
unsetOrder()
|
void |
unsetTagGuids()
|
void |
unsetTimeZone()
|
void |
unsetWords()
|
void |
validate()
|
void |
write(TProtocol oprot)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.util.Map<NoteFilter._Fields,FieldMetaData> metaDataMap
Constructor Detail |
---|
public NoteFilter()
public NoteFilter(NoteFilter other)
Method Detail |
---|
public NoteFilter deepCopy()
public void clear()
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 java.lang.String getWords()
public void setWords(java.lang.String words)
public void unsetWords()
public boolean isSetWords()
public void setWordsIsSet(boolean value)
public java.lang.String getNotebookGuid()
public void setNotebookGuid(java.lang.String notebookGuid)
public void unsetNotebookGuid()
public boolean isSetNotebookGuid()
public void setNotebookGuidIsSet(boolean value)
public int getTagGuidsSize()
public java.util.Iterator<java.lang.String> getTagGuidsIterator()
public void addToTagGuids(java.lang.String elem)
public java.util.List<java.lang.String> getTagGuids()
public void setTagGuids(java.util.List<java.lang.String> tagGuids)
public void unsetTagGuids()
public boolean isSetTagGuids()
public void setTagGuidsIsSet(boolean value)
public java.lang.String getTimeZone()
public void setTimeZone(java.lang.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 void setFieldValue(NoteFilter._Fields field, java.lang.Object value)
public java.lang.Object getFieldValue(NoteFilter._Fields field)
public boolean isSet(NoteFilter._Fields field)
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(NoteFilter that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(NoteFilter other)
public NoteFilter._Fields fieldForId(int fieldId)
public void read(TProtocol iprot) throws TException
TException
public void write(TProtocol oprot) throws TException
TException
public java.lang.String toString()
toString
in class java.lang.Object
public void validate() throws TException
TException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |