|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.evernote.edam.notestore.NoteEmailParameters
public class NoteEmailParameters
Parameters that must be given to the NoteStore emailNote call. These allow the caller to specify the note to send, the recipient addresses, etc.
Constructor Summary | |
---|---|
NoteEmailParameters()
|
|
NoteEmailParameters(NoteEmailParameters other)
Performs a deep copy on other. |
Method Summary | |
---|---|
void |
addToCcAddresses(java.lang.String elem)
|
void |
addToToAddresses(java.lang.String elem)
|
void |
clear()
Return to the state of having just been initialized, as though you had just called the default constructor. |
int |
compareTo(NoteEmailParameters other)
|
NoteEmailParameters |
deepCopy()
Creates a deep copy of the object. |
boolean |
equals(NoteEmailParameters that)
|
boolean |
equals(java.lang.Object that)
|
java.util.List<java.lang.String> |
getCcAddresses()
|
java.util.Iterator<java.lang.String> |
getCcAddressesIterator()
|
int |
getCcAddressesSize()
|
java.lang.String |
getGuid()
|
java.lang.String |
getMessage()
|
Note |
getNote()
|
java.lang.String |
getSubject()
|
java.util.List<java.lang.String> |
getToAddresses()
|
java.util.Iterator<java.lang.String> |
getToAddressesIterator()
|
int |
getToAddressesSize()
|
int |
hashCode()
|
boolean |
isSetCcAddresses()
Returns true if field ccAddresses is set (has been asigned a value) and false otherwise |
boolean |
isSetGuid()
Returns true if field guid is set (has been asigned a value) and false otherwise |
boolean |
isSetMessage()
Returns true if field message is set (has been asigned a value) and false otherwise |
boolean |
isSetNote()
Returns true if field note is set (has been asigned a value) and false otherwise |
boolean |
isSetSubject()
Returns true if field subject is set (has been asigned a value) and false otherwise |
boolean |
isSetToAddresses()
Returns true if field toAddresses 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 |
setCcAddresses(java.util.List<java.lang.String> ccAddresses)
|
void |
setCcAddressesIsSet(boolean value)
|
void |
setGuid(java.lang.String guid)
|
void |
setGuidIsSet(boolean value)
|
void |
setMessage(java.lang.String message)
|
void |
setMessageIsSet(boolean value)
|
void |
setNote(Note note)
|
void |
setNoteIsSet(boolean value)
|
void |
setSubject(java.lang.String subject)
|
void |
setSubjectIsSet(boolean value)
|
void |
setToAddresses(java.util.List<java.lang.String> toAddresses)
|
void |
setToAddressesIsSet(boolean value)
|
java.lang.String |
toString()
|
void |
unsetCcAddresses()
|
void |
unsetGuid()
|
void |
unsetMessage()
|
void |
unsetNote()
|
void |
unsetSubject()
|
void |
unsetToAddresses()
|
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 NoteEmailParameters()
public NoteEmailParameters(NoteEmailParameters other)
Method Detail |
---|
public NoteEmailParameters deepCopy()
com.evernote.thrift.TBase
deepCopy
in interface com.evernote.thrift.TBase<NoteEmailParameters>
public void clear()
com.evernote.thrift.TBase
clear
in interface com.evernote.thrift.TBase<NoteEmailParameters>
public java.lang.String getGuid()
public void setGuid(java.lang.String guid)
public void unsetGuid()
public boolean isSetGuid()
public void setGuidIsSet(boolean value)
public Note getNote()
public void setNote(Note note)
public void unsetNote()
public boolean isSetNote()
public void setNoteIsSet(boolean value)
public int getToAddressesSize()
public java.util.Iterator<java.lang.String> getToAddressesIterator()
public void addToToAddresses(java.lang.String elem)
public java.util.List<java.lang.String> getToAddresses()
public void setToAddresses(java.util.List<java.lang.String> toAddresses)
public void unsetToAddresses()
public boolean isSetToAddresses()
public void setToAddressesIsSet(boolean value)
public int getCcAddressesSize()
public java.util.Iterator<java.lang.String> getCcAddressesIterator()
public void addToCcAddresses(java.lang.String elem)
public java.util.List<java.lang.String> getCcAddresses()
public void setCcAddresses(java.util.List<java.lang.String> ccAddresses)
public void unsetCcAddresses()
public boolean isSetCcAddresses()
public void setCcAddressesIsSet(boolean value)
public java.lang.String getSubject()
public void setSubject(java.lang.String subject)
public void unsetSubject()
public boolean isSetSubject()
public void setSubjectIsSet(boolean value)
public java.lang.String getMessage()
public void setMessage(java.lang.String message)
public void unsetMessage()
public boolean isSetMessage()
public void setMessageIsSet(boolean value)
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(NoteEmailParameters that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(NoteEmailParameters other)
compareTo
in interface java.lang.Comparable<NoteEmailParameters>
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<NoteEmailParameters>
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<NoteEmailParameters>
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 |