Class UserPreferences
java.lang.Object
com.appiancorp.suiteapi.personalization.UserPreferences
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the calendar specific to userint
hashCode()
void
setCalendarID
(String calendarID_) Sets the calendar specific to the uservoid
void
setTimeZone
(TimeZone timeZone_)
-
Constructor Details
-
UserPreferences
public UserPreferences()
-
-
Method Details
-
getCalendarID
Returns the calendar specific to user- Returns:
- user's calendar
-
setCalendarID
Sets the calendar specific to the user- Parameters:
calendar_
- calendar for user
-
getTimeZone
- Returns:
- Returns the timezone.
-
setTimeZone
- Parameters:
timeZone_
- The timezone to set.
-
getLocale
- Returns:
- Returns the locale.
-
setLocale
- Parameters:
locale_
- The locale to set.
-
hashCode
public int hashCode() -
equals
-