|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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(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(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)
|
String |
toString()
|
void |
unsetIncludeContainingNotebooks()
|
void |
unsetMaxNotebooks()
|
void |
unsetMaxNotes()
|
void |
unsetMaxTags()
|
void |
unsetWritableNotebooksOnly()
|
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 RelatedResultSpec()
public RelatedResultSpec(RelatedResultSpec other)
| Method Detail |
|---|
public RelatedResultSpec deepCopy()
TBase
deepCopy in interface TBase<RelatedResultSpec>public void clear()
TBase
clear in interface 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(Object that)
equals in class Objectpublic boolean equals(RelatedResultSpec that)
public int hashCode()
hashCode in class Objectpublic int compareTo(RelatedResultSpec other)
compareTo in interface Comparable<RelatedResultSpec>
public void read(TProtocol iprot)
throws TException
TBase
read in interface TBase<RelatedResultSpec>iprot - Input protocol
TException
public void write(TProtocol oprot)
throws TException
TBase
write in interface TBase<RelatedResultSpec>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 | ||||||||