public class ReminderTiming
extends Object
| Constructor and Description |
|---|
ReminderTiming() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCode()
The field code of the field used to determine the Reminder notification's timing.
|
Integer |
getDaysLater()
The number of days after the
code filed value (date or datetime) when the Reminder
notification is sent. |
Integer |
getHoursLater()
The number of hours after the
code filed value (datetime), shifted by daysLater, when
the Reminder notification is sent. |
String |
getTime()
The time when the Reminder notification is sent.
|
int |
hashCode() |
ReminderTiming |
setCode(String code)
The field code of the field used to determine the Reminder notification's timing.
|
ReminderTiming |
setDaysLater(Integer daysLater)
The number of days after the
code filed value (date or datetime) when the Reminder
notification is sent. |
ReminderTiming |
setHoursLater(Integer hoursLater)
The number of hours after the
code filed value (datetime), shifted by daysLater, when
the Reminder notification is sent. |
ReminderTiming |
setTime(String time)
The time when the Reminder notification is sent.
|
String |
toString() |
public String getCode()
public Integer getDaysLater()
public Integer getHoursLater()
code filed value (datetime), shifted by daysLater, when
the Reminder notification is sent. A negative value indicates the number of hours before the
code field value, shifted by daysLater.
In the response of get reminder notification settings API, this parameter is returned only
if the code parameter is set to a Date and Time field and the "When" hours
before/after option is configured (instead of the "At" time option).
public String getTime()
In the response of get reminder notification settings API, this parameter is returned if the
code parameter is set to a date field or the "At" time option is configured.
public ReminderTiming setCode(String code)
this.public ReminderTiming setDaysLater(Integer daysLater)
code filed value (date or datetime) when the Reminder
notification is sent. A negative value indicates the number of days before the code
filed value.this.public ReminderTiming setHoursLater(Integer hoursLater)
code filed value (datetime), shifted by daysLater, when
the Reminder notification is sent. A negative value indicates the number of hours before the
code field value, shifted by daysLater.
In the response of get reminder notification settings API, this parameter is returned only
if the code parameter is set to a Date and Time field and the "When" hours
before/after option is configured (instead of the "At" time option).
this.public ReminderTiming setTime(String time)
In the response of get reminder notification settings API, this parameter is returned if the
code parameter is set to a date field or the "At" time option is configured.
this.public boolean equals(Object o)
equals in class Objectprotected boolean canEqual(Object other)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object