|
|||||||||
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,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
Constructor Summary | |
---|---|
NoteFilter()
|
|
NoteFilter(NoteFilter other)
Performs a deep copy on other. |
Method Summary | |
---|---|
void |
addToTagGuids(java.lang.String elem)
|
NoteFilter |
clone()
Deprecated. |
int |
compareTo(NoteFilter other)
|
NoteFilter |
deepCopy()
|
boolean |
equals(NoteFilter that)
|
boolean |
equals(java.lang.Object that)
|
java.lang.Object |
getFieldValue(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(int fieldID)
|
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(org.apache.thrift.protocol.TProtocol iprot)
|
void |
setAscending(boolean ascending)
|
void |
setAscendingIsSet(boolean value)
|
void |
setFieldValue(int fieldID,
java.lang.Object 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(org.apache.thrift.protocol.TProtocol oprot)
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.util.Map<NoteFilter._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail |
---|
public NoteFilter()
public NoteFilter(NoteFilter other)
Method Detail |
---|
public NoteFilter deepCopy()
deepCopy
in interface org.apache.thrift.TBase<NoteFilter._Fields>
@Deprecated public NoteFilter clone()
clone
in class java.lang.Object
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)
setFieldValue
in interface org.apache.thrift.TBase<NoteFilter._Fields>
public void setFieldValue(int fieldID, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<NoteFilter._Fields>
public java.lang.Object getFieldValue(NoteFilter._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<NoteFilter._Fields>
public java.lang.Object getFieldValue(int fieldId)
getFieldValue
in interface org.apache.thrift.TBase<NoteFilter._Fields>
public boolean isSet(NoteFilter._Fields field)
isSet
in interface org.apache.thrift.TBase<NoteFilter._Fields>
public boolean isSet(int fieldID)
isSet
in interface org.apache.thrift.TBase<NoteFilter._Fields>
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)
compareTo
in interface java.lang.Comparable<NoteFilter>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<NoteFilter._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<NoteFilter._Fields>
org.apache.thrift.TException
public java.lang.String toString()
toString
in class java.lang.Object
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |