|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.evernote.edam.type.SharedNotebookRecipientSettings
public class SharedNotebookRecipientSettings
Settings meant for the recipient of a shared notebook, such as for indicating which types of notifications the recipient wishes for reminders, etc. The reminderNotifyEmail and reminderNotifyInApp fields have a 3-state read value but a 2-state write value. On read, it is possible to observe "unset", true, or false. The initial state is "unset". When you choose to set a value, you may set it to either true or false, but you cannot unset the value. Once one of these members has a true/false value, it will always have a true/false value.
| Constructor Summary | |
|---|---|
SharedNotebookRecipientSettings()
|
|
SharedNotebookRecipientSettings(SharedNotebookRecipientSettings 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(SharedNotebookRecipientSettings other)
|
SharedNotebookRecipientSettings |
deepCopy()
Creates a deep copy of the object. |
boolean |
equals(Object that)
|
boolean |
equals(SharedNotebookRecipientSettings that)
|
int |
hashCode()
|
boolean |
isReminderNotifyEmail()
|
boolean |
isReminderNotifyInApp()
|
boolean |
isSetReminderNotifyEmail()
Returns true if field reminderNotifyEmail is set (has been asigned a value) and false otherwise |
boolean |
isSetReminderNotifyInApp()
Returns true if field reminderNotifyInApp 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 |
setReminderNotifyEmail(boolean reminderNotifyEmail)
|
void |
setReminderNotifyEmailIsSet(boolean value)
|
void |
setReminderNotifyInApp(boolean reminderNotifyInApp)
|
void |
setReminderNotifyInAppIsSet(boolean value)
|
String |
toString()
|
void |
unsetReminderNotifyEmail()
|
void |
unsetReminderNotifyInApp()
|
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 SharedNotebookRecipientSettings()
public SharedNotebookRecipientSettings(SharedNotebookRecipientSettings other)
| Method Detail |
|---|
public SharedNotebookRecipientSettings deepCopy()
TBase
deepCopy in interface TBase<SharedNotebookRecipientSettings>public void clear()
TBase
clear in interface TBase<SharedNotebookRecipientSettings>public boolean isReminderNotifyEmail()
public void setReminderNotifyEmail(boolean reminderNotifyEmail)
public void unsetReminderNotifyEmail()
public boolean isSetReminderNotifyEmail()
public void setReminderNotifyEmailIsSet(boolean value)
public boolean isReminderNotifyInApp()
public void setReminderNotifyInApp(boolean reminderNotifyInApp)
public void unsetReminderNotifyInApp()
public boolean isSetReminderNotifyInApp()
public void setReminderNotifyInAppIsSet(boolean value)
public boolean equals(Object that)
equals in class Objectpublic boolean equals(SharedNotebookRecipientSettings that)
public int hashCode()
hashCode in class Objectpublic int compareTo(SharedNotebookRecipientSettings other)
compareTo in interface Comparable<SharedNotebookRecipientSettings>
public void read(TProtocol iprot)
throws TException
TBase
read in interface TBase<SharedNotebookRecipientSettings>iprot - Input protocol
TException
public void write(TProtocol oprot)
throws TException
TBase
write in interface TBase<SharedNotebookRecipientSettings>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 | ||||||||