Class UserPreferences

java.lang.Object
com.appiancorp.suiteapi.personalization.UserPreferences
All Implemented Interfaces:
Serializable

public class UserPreferences extends Object implements Serializable
See Also:
  • Constructor Details

    • UserPreferences

      public UserPreferences()
  • Method Details

    • getCalendarID

      public String getCalendarID()
      Returns the calendar specific to user
      Returns:
      user's calendar
    • setCalendarID

      public void setCalendarID(String calendarID_)
      Sets the calendar specific to the user
      Parameters:
      calendar_ - calendar for user
    • getTimeZone

      public TimeZone getTimeZone()
      Returns:
      Returns the timezone.
    • setTimeZone

      public void setTimeZone(TimeZone timeZone_)
      Parameters:
      timeZone_ - The timezone to set.
    • getLocale

      public Locale getLocale()
      Returns:
      Returns the locale.
    • setLocale

      public void setLocale(Locale locale_)
      Parameters:
      locale_ - The locale to set.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object