|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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(java.lang.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(com.evernote.thrift.protocol.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)
|
java.lang.String |
toString()
|
void |
unsetReminderNotifyEmail()
|
void |
unsetReminderNotifyInApp()
|
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 SharedNotebookRecipientSettings()
public SharedNotebookRecipientSettings(SharedNotebookRecipientSettings other)
Method Detail |
---|
public SharedNotebookRecipientSettings deepCopy()
com.evernote.thrift.TBase
deepCopy
in interface com.evernote.thrift.TBase<SharedNotebookRecipientSettings>
public void clear()
com.evernote.thrift.TBase
clear
in interface com.evernote.thrift.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(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(SharedNotebookRecipientSettings that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(SharedNotebookRecipientSettings other)
compareTo
in interface java.lang.Comparable<SharedNotebookRecipientSettings>
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<SharedNotebookRecipientSettings>
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<SharedNotebookRecipientSettings>
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 |