java.lang.Object
com.djrapitops.plan.delivery.domain.datatransfer.preferences.Preferences

public class Preferences extends Object
  • Method Details

    • builder

      public static Preferences.Builder builder()
    • isRecentDaysInDateFormat

      public boolean isRecentDaysInDateFormat()
    • getDateFormatFull

      public String getDateFormatFull()
    • getDateFormatNoSeconds

      public String getDateFormatNoSeconds()
    • getDateFormatClock

      public String getDateFormatClock()
    • getTimeFormat

      public TimeFormat getTimeFormat()
    • getDecimalFormat

      public String getDecimalFormat()
    • getFirstDay

      public int getFirstDay()
    • getPlayerHeadImageUrl

      public String getPlayerHeadImageUrl()
    • getTpsThresholds

      public GraphThresholds getTpsThresholds()
    • getDiskThresholds

      public GraphThresholds getDiskThresholds()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object