Package com.appiancorp.suiteapi.portal
Class SiteCalendarSettings
java.lang.Object
com.appiancorp.suiteapi.portal.SiteCalendarSettings
- All Implemented Interfaces:
Serializable
Bean to hold the application calendar settings.
- See Also:
-
Constructor Summary
ConstructorDescriptionSiteCalendarSettings
(SiteCalendarSettings siteCalendarSettings) Create copy of SiteCalendarSettings object. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
void
setPrimaryCalendarID
(String primaryCalendarID) void
setSitewideCalendar
(boolean sitewideCalendar)
-
Constructor Details
-
SiteCalendarSettings
public SiteCalendarSettings() -
SiteCalendarSettings
Create copy of SiteCalendarSettings object. Used to ensure that the object stored in the cache is not directly modified.- Parameters:
siteCalendarSettings
- Calendar Settings to create a clone of.
-
-
Method Details