|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.evernote.edam.notestore.NotesMetadataResultSpec
public class NotesMetadataResultSpec
This structure is provided to the findNotesMetadata function to specify the subset of fields that should be included in each NoteMetadata element that is returned in the NotesMetadataList. Each field on this structure is a boolean flag that indicates whether the corresponding field should be included in the NoteMetadata structure when it is returned. For example, if the 'includeTitle' field is set on this structure when calling findNotesMetadata, then each NoteMetadata in the list should have its 'title' field set. If one of the fields in this spec is not set, then it will be treated as 'false' by the server, so the default behavior is to include nothing in replies (but the mandatory GUID)
Constructor Summary | |
---|---|
NotesMetadataResultSpec()
|
|
NotesMetadataResultSpec(NotesMetadataResultSpec 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(NotesMetadataResultSpec other)
|
NotesMetadataResultSpec |
deepCopy()
Creates a deep copy of the object. |
boolean |
equals(NotesMetadataResultSpec that)
|
boolean |
equals(java.lang.Object that)
|
int |
hashCode()
|
boolean |
isIncludeAttributes()
|
boolean |
isIncludeContentLength()
|
boolean |
isIncludeCreated()
|
boolean |
isIncludeDeleted()
|
boolean |
isIncludeLargestResourceMime()
|
boolean |
isIncludeLargestResourceSize()
|
boolean |
isIncludeNotebookGuid()
|
boolean |
isIncludeTagGuids()
|
boolean |
isIncludeTitle()
|
boolean |
isIncludeUpdated()
|
boolean |
isIncludeUpdateSequenceNum()
|
boolean |
isSetIncludeAttributes()
Returns true if field includeAttributes is set (has been asigned a value) and false otherwise |
boolean |
isSetIncludeContentLength()
Returns true if field includeContentLength is set (has been asigned a value) and false otherwise |
boolean |
isSetIncludeCreated()
Returns true if field includeCreated is set (has been asigned a value) and false otherwise |
boolean |
isSetIncludeDeleted()
Returns true if field includeDeleted is set (has been asigned a value) and false otherwise |
boolean |
isSetIncludeLargestResourceMime()
Returns true if field includeLargestResourceMime is set (has been asigned a value) and false otherwise |
boolean |
isSetIncludeLargestResourceSize()
Returns true if field includeLargestResourceSize is set (has been asigned a value) and false otherwise |
boolean |
isSetIncludeNotebookGuid()
Returns true if field includeNotebookGuid is set (has been asigned a value) and false otherwise |
boolean |
isSetIncludeTagGuids()
Returns true if field includeTagGuids is set (has been asigned a value) and false otherwise |
boolean |
isSetIncludeTitle()
Returns true if field includeTitle is set (has been asigned a value) and false otherwise |
boolean |
isSetIncludeUpdated()
Returns true if field includeUpdated is set (has been asigned a value) and false otherwise |
boolean |
isSetIncludeUpdateSequenceNum()
Returns true if field includeUpdateSequenceNum is set (has been asigned a value) and false otherwise |
void |
read(com.evernote.thrift.protocol.TProtocol iprot)
Reads an instance of the object from the given protocol. |
void |
setIncludeAttributes(boolean includeAttributes)
|
void |
setIncludeAttributesIsSet(boolean value)
|
void |
setIncludeContentLength(boolean includeContentLength)
|
void |
setIncludeContentLengthIsSet(boolean value)
|
void |
setIncludeCreated(boolean includeCreated)
|
void |
setIncludeCreatedIsSet(boolean value)
|
void |
setIncludeDeleted(boolean includeDeleted)
|
void |
setIncludeDeletedIsSet(boolean value)
|
void |
setIncludeLargestResourceMime(boolean includeLargestResourceMime)
|
void |
setIncludeLargestResourceMimeIsSet(boolean value)
|
void |
setIncludeLargestResourceSize(boolean includeLargestResourceSize)
|
void |
setIncludeLargestResourceSizeIsSet(boolean value)
|
void |
setIncludeNotebookGuid(boolean includeNotebookGuid)
|
void |
setIncludeNotebookGuidIsSet(boolean value)
|
void |
setIncludeTagGuids(boolean includeTagGuids)
|
void |
setIncludeTagGuidsIsSet(boolean value)
|
void |
setIncludeTitle(boolean includeTitle)
|
void |
setIncludeTitleIsSet(boolean value)
|
void |
setIncludeUpdated(boolean includeUpdated)
|
void |
setIncludeUpdatedIsSet(boolean value)
|
void |
setIncludeUpdateSequenceNum(boolean includeUpdateSequenceNum)
|
void |
setIncludeUpdateSequenceNumIsSet(boolean value)
|
java.lang.String |
toString()
|
void |
unsetIncludeAttributes()
|
void |
unsetIncludeContentLength()
|
void |
unsetIncludeCreated()
|
void |
unsetIncludeDeleted()
|
void |
unsetIncludeLargestResourceMime()
|
void |
unsetIncludeLargestResourceSize()
|
void |
unsetIncludeNotebookGuid()
|
void |
unsetIncludeTagGuids()
|
void |
unsetIncludeTitle()
|
void |
unsetIncludeUpdated()
|
void |
unsetIncludeUpdateSequenceNum()
|
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 NotesMetadataResultSpec()
public NotesMetadataResultSpec(NotesMetadataResultSpec other)
Method Detail |
---|
public NotesMetadataResultSpec deepCopy()
com.evernote.thrift.TBase
deepCopy
in interface com.evernote.thrift.TBase<NotesMetadataResultSpec>
public void clear()
com.evernote.thrift.TBase
clear
in interface com.evernote.thrift.TBase<NotesMetadataResultSpec>
public boolean isIncludeTitle()
public void setIncludeTitle(boolean includeTitle)
public void unsetIncludeTitle()
public boolean isSetIncludeTitle()
public void setIncludeTitleIsSet(boolean value)
public boolean isIncludeContentLength()
public void setIncludeContentLength(boolean includeContentLength)
public void unsetIncludeContentLength()
public boolean isSetIncludeContentLength()
public void setIncludeContentLengthIsSet(boolean value)
public boolean isIncludeCreated()
public void setIncludeCreated(boolean includeCreated)
public void unsetIncludeCreated()
public boolean isSetIncludeCreated()
public void setIncludeCreatedIsSet(boolean value)
public boolean isIncludeUpdated()
public void setIncludeUpdated(boolean includeUpdated)
public void unsetIncludeUpdated()
public boolean isSetIncludeUpdated()
public void setIncludeUpdatedIsSet(boolean value)
public boolean isIncludeDeleted()
public void setIncludeDeleted(boolean includeDeleted)
public void unsetIncludeDeleted()
public boolean isSetIncludeDeleted()
public void setIncludeDeletedIsSet(boolean value)
public boolean isIncludeUpdateSequenceNum()
public void setIncludeUpdateSequenceNum(boolean includeUpdateSequenceNum)
public void unsetIncludeUpdateSequenceNum()
public boolean isSetIncludeUpdateSequenceNum()
public void setIncludeUpdateSequenceNumIsSet(boolean value)
public boolean isIncludeNotebookGuid()
public void setIncludeNotebookGuid(boolean includeNotebookGuid)
public void unsetIncludeNotebookGuid()
public boolean isSetIncludeNotebookGuid()
public void setIncludeNotebookGuidIsSet(boolean value)
public boolean isIncludeTagGuids()
public void setIncludeTagGuids(boolean includeTagGuids)
public void unsetIncludeTagGuids()
public boolean isSetIncludeTagGuids()
public void setIncludeTagGuidsIsSet(boolean value)
public boolean isIncludeAttributes()
public void setIncludeAttributes(boolean includeAttributes)
public void unsetIncludeAttributes()
public boolean isSetIncludeAttributes()
public void setIncludeAttributesIsSet(boolean value)
public boolean isIncludeLargestResourceMime()
public void setIncludeLargestResourceMime(boolean includeLargestResourceMime)
public void unsetIncludeLargestResourceMime()
public boolean isSetIncludeLargestResourceMime()
public void setIncludeLargestResourceMimeIsSet(boolean value)
public boolean isIncludeLargestResourceSize()
public void setIncludeLargestResourceSize(boolean includeLargestResourceSize)
public void unsetIncludeLargestResourceSize()
public boolean isSetIncludeLargestResourceSize()
public void setIncludeLargestResourceSizeIsSet(boolean value)
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(NotesMetadataResultSpec that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(NotesMetadataResultSpec other)
compareTo
in interface java.lang.Comparable<NotesMetadataResultSpec>
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<NotesMetadataResultSpec>
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<NotesMetadataResultSpec>
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 |