|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.evernote.edam.notestore.RelatedResultSpec
public class RelatedResultSpec
A description of the thing for which the service will find related entities, via findRelated(), together with a description of what type of entities and how many you are seeking in the RelatedResult.
true
, return the containingNotebooks field
in the RelatedResult, which will contain the list of notebooks to
to which the returned related notes belong.
Constructor Summary | |
---|---|
RelatedResultSpec()
|
|
RelatedResultSpec(RelatedResultSpec 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(RelatedResultSpec other)
|
RelatedResultSpec |
deepCopy()
Creates a deep copy of the object. |
boolean |
equals(java.lang.Object that)
|
boolean |
equals(RelatedResultSpec that)
|
int |
getMaxNotebooks()
|
int |
getMaxNotes()
|
int |
getMaxTags()
|
int |
hashCode()
|
boolean |
isIncludeContainingNotebooks()
|
boolean |
isSetIncludeContainingNotebooks()
Returns true if field includeContainingNotebooks is set (has been asigned a value) and false otherwise |
boolean |
isSetMaxNotebooks()
Returns true if field maxNotebooks is set (has been asigned a value) and false otherwise |
boolean |
isSetMaxNotes()
Returns true if field maxNotes is set (has been asigned a value) and false otherwise |
boolean |
isSetMaxTags()
Returns true if field maxTags is set (has been asigned a value) and false otherwise |
boolean |
isSetWritableNotebooksOnly()
Returns true if field writableNotebooksOnly is set (has been asigned a value) and false otherwise |
boolean |
isWritableNotebooksOnly()
|
void |
read(com.evernote.thrift.protocol.TProtocol iprot)
Reads an instance of the object from the given protocol. |
void |
setIncludeContainingNotebooks(boolean includeContainingNotebooks)
|
void |
setIncludeContainingNotebooksIsSet(boolean value)
|
void |
setMaxNotebooks(int maxNotebooks)
|
void |
setMaxNotebooksIsSet(boolean value)
|
void |
setMaxNotes(int maxNotes)
|
void |
setMaxNotesIsSet(boolean value)
|
void |
setMaxTags(int maxTags)
|
void |
setMaxTagsIsSet(boolean value)
|
void |
setWritableNotebooksOnly(boolean writableNotebooksOnly)
|
void |
setWritableNotebooksOnlyIsSet(boolean value)
|
java.lang.String |
toString()
|
void |
unsetIncludeContainingNotebooks()
|
void |
unsetMaxNotebooks()
|
void |
unsetMaxNotes()
|
void |
unsetMaxTags()
|
void |
unsetWritableNotebooksOnly()
|
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 RelatedResultSpec()
public RelatedResultSpec(RelatedResultSpec other)
Method Detail |
---|
public RelatedResultSpec deepCopy()
com.evernote.thrift.TBase
deepCopy
in interface com.evernote.thrift.TBase<RelatedResultSpec>
public void clear()
com.evernote.thrift.TBase
clear
in interface com.evernote.thrift.TBase<RelatedResultSpec>
public int getMaxNotes()
public void setMaxNotes(int maxNotes)
public void unsetMaxNotes()
public boolean isSetMaxNotes()
public void setMaxNotesIsSet(boolean value)
public int getMaxNotebooks()
public void setMaxNotebooks(int maxNotebooks)
public void unsetMaxNotebooks()
public boolean isSetMaxNotebooks()
public void setMaxNotebooksIsSet(boolean value)
public int getMaxTags()
public void setMaxTags(int maxTags)
public void unsetMaxTags()
public boolean isSetMaxTags()
public void setMaxTagsIsSet(boolean value)
public boolean isWritableNotebooksOnly()
public void setWritableNotebooksOnly(boolean writableNotebooksOnly)
public void unsetWritableNotebooksOnly()
public boolean isSetWritableNotebooksOnly()
public void setWritableNotebooksOnlyIsSet(boolean value)
public boolean isIncludeContainingNotebooks()
public void setIncludeContainingNotebooks(boolean includeContainingNotebooks)
public void unsetIncludeContainingNotebooks()
public boolean isSetIncludeContainingNotebooks()
public void setIncludeContainingNotebooksIsSet(boolean value)
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(RelatedResultSpec that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(RelatedResultSpec other)
compareTo
in interface java.lang.Comparable<RelatedResultSpec>
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<RelatedResultSpec>
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<RelatedResultSpec>
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 |