public class CalendarOptions
extends java.lang.Object
| Constructor and Description |
|---|
CalendarOptions()
Instantiates a new calendar options.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getReminderDefault()
Gets the reminder default.
|
int |
getReminderUpgradeTime()
Gets the reminder upgrade time.
|
boolean |
isAutoProcess()
Checks if is auto process.
|
boolean |
isAutoProcessExternal()
Checks if is auto process external.
|
boolean |
isAutoProcessNewItems()
Checks if is auto process new items.
|
boolean |
isDeleteUpdatedItems()
Checks if is delete updated items.
|
boolean |
isRemoveForwardedMeetingNotifications()
Checks if is removes the forwarded meeting notifications.
|
void |
setAutoProcess(boolean autoProcess)
Sets the auto process.
|
void |
setAutoProcessExternal(boolean autoProcessExternal)
Sets the auto process external.
|
void |
setAutoProcessNewItems(boolean autoProcessNewItems)
Sets the auto process new items.
|
void |
setDeleteUpdatedItems(boolean deleteUpdatedItems)
Sets the delete updated items.
|
void |
setReminderDefault(int reminderDefault)
Sets the reminder default.
|
void |
setReminderUpgradeTime(int reminderUpgradeTime)
Sets the reminder upgrade time.
|
void |
setRemoveForwardedMeetingNotifications(boolean removeForwardedMeetingNotifications)
Sets the removes the forwarded meeting notifications.
|
public boolean isRemoveForwardedMeetingNotifications()
public void setRemoveForwardedMeetingNotifications(boolean removeForwardedMeetingNotifications)
removeForwardedMeetingNotifications - the new removes the forwarded meeting notificationspublic boolean isAutoProcessNewItems()
public void setAutoProcessNewItems(boolean autoProcessNewItems)
autoProcessNewItems - the new auto process new itemspublic boolean isAutoProcessExternal()
public void setAutoProcessExternal(boolean autoProcessExternal)
autoProcessExternal - the new auto process externalpublic int getReminderDefault()
public void setReminderDefault(int reminderDefault)
reminderDefault - the new reminder defaultpublic int getReminderUpgradeTime()
public void setReminderUpgradeTime(int reminderUpgradeTime)
reminderUpgradeTime - the new reminder upgrade timepublic boolean isDeleteUpdatedItems()
public void setDeleteUpdatedItems(boolean deleteUpdatedItems)
deleteUpdatedItems - the new delete updated itemspublic boolean isAutoProcess()
public void setAutoProcess(boolean autoProcess)
autoProcess - the new auto process