|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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(String elem)
|
void |
addToToAddresses(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(Object that)
|
List<String> |
getCcAddresses()
|
Iterator<String> |
getCcAddressesIterator()
|
int |
getCcAddressesSize()
|
String |
getGuid()
|
String |
getMessage()
|
Note |
getNote()
|
String |
getSubject()
|
List<String> |
getToAddresses()
|
Iterator<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(TProtocol iprot)
Reads an instance of the object from the given protocol. |
void |
setCcAddresses(List<String> ccAddresses)
|
void |
setCcAddressesIsSet(boolean value)
|
void |
setGuid(String guid)
|
void |
setGuidIsSet(boolean value)
|
void |
setMessage(String message)
|
void |
setMessageIsSet(boolean value)
|
void |
setNote(Note note)
|
void |
setNoteIsSet(boolean value)
|
void |
setSubject(String subject)
|
void |
setSubjectIsSet(boolean value)
|
void |
setToAddresses(List<String> toAddresses)
|
void |
setToAddressesIsSet(boolean value)
|
String |
toString()
|
void |
unsetCcAddresses()
|
void |
unsetGuid()
|
void |
unsetMessage()
|
void |
unsetNote()
|
void |
unsetSubject()
|
void |
unsetToAddresses()
|
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 NoteEmailParameters()
public NoteEmailParameters(NoteEmailParameters other)
| Method Detail |
|---|
public NoteEmailParameters deepCopy()
TBase
deepCopy in interface TBase<NoteEmailParameters>public void clear()
TBase
clear in interface TBase<NoteEmailParameters>public String getGuid()
public void setGuid(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 Iterator<String> getToAddressesIterator()
public void addToToAddresses(String elem)
public List<String> getToAddresses()
public void setToAddresses(List<String> toAddresses)
public void unsetToAddresses()
public boolean isSetToAddresses()
public void setToAddressesIsSet(boolean value)
public int getCcAddressesSize()
public Iterator<String> getCcAddressesIterator()
public void addToCcAddresses(String elem)
public List<String> getCcAddresses()
public void setCcAddresses(List<String> ccAddresses)
public void unsetCcAddresses()
public boolean isSetCcAddresses()
public void setCcAddressesIsSet(boolean value)
public String getSubject()
public void setSubject(String subject)
public void unsetSubject()
public boolean isSetSubject()
public void setSubjectIsSet(boolean value)
public String getMessage()
public void setMessage(String message)
public void unsetMessage()
public boolean isSetMessage()
public void setMessageIsSet(boolean value)
public boolean equals(Object that)
equals in class Objectpublic boolean equals(NoteEmailParameters that)
public int hashCode()
hashCode in class Objectpublic int compareTo(NoteEmailParameters other)
compareTo in interface Comparable<NoteEmailParameters>
public void read(TProtocol iprot)
throws TException
TBase
read in interface TBase<NoteEmailParameters>iprot - Input protocol
TException
public void write(TProtocol oprot)
throws TException
TBase
write in interface TBase<NoteEmailParameters>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 | ||||||||