Class SupportCenterGlobalStyle

java.lang.Object
com.mypurecloud.sdk.v2.model.SupportCenterGlobalStyle
All Implemented Interfaces:
Serializable

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

    • SupportCenterGlobalStyle

      public SupportCenterGlobalStyle()
    • SupportCenterGlobalStyle

      public SupportCenterGlobalStyle(Boolean initWithEmptyList)
  • Method Details

    • backgroundColor

      public SupportCenterGlobalStyle backgroundColor(String backgroundColor)
      Global background color, in hexadecimal format, eg #ffffff
    • getBackgroundColor

      public String getBackgroundColor()
    • setBackgroundColor

      public void setBackgroundColor(String backgroundColor)
    • primaryColor

      public SupportCenterGlobalStyle primaryColor(String primaryColor)
      Global primary color, in hexadecimal format, eg #ffffff
    • getPrimaryColor

      public String getPrimaryColor()
    • setPrimaryColor

      public void setPrimaryColor(String primaryColor)
    • primaryColorDark

      public SupportCenterGlobalStyle primaryColorDark(String primaryColorDark)
      Global dark primary color, in hexadecimal format, eg #ffffff
    • getPrimaryColorDark

      public String getPrimaryColorDark()
    • setPrimaryColorDark

      public void setPrimaryColorDark(String primaryColorDark)
    • primaryColorLight

      public SupportCenterGlobalStyle primaryColorLight(String primaryColorLight)
      Global light primary color, in hexadecimal format, eg #ffffff
    • getPrimaryColorLight

      public String getPrimaryColorLight()
    • setPrimaryColorLight

      public void setPrimaryColorLight(String primaryColorLight)
    • textColor

      public SupportCenterGlobalStyle textColor(String textColor)
      Global text color, in hexadecimal format, eg #ffffff
    • getTextColor

      public String getTextColor()
    • setTextColor

      public void setTextColor(String textColor)
    • fontFamily

      public SupportCenterGlobalStyle fontFamily(String fontFamily)
      Global font family
    • getFontFamily

      public String getFontFamily()
    • setFontFamily

      public void setFontFamily(String fontFamily)
    • 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