Package com.mypurecloud.sdk.v2.model
Class ActivityCodeStyle
java.lang.Object
com.mypurecloud.sdk.v2.model.ActivityCodeStyle
- All Implemented Interfaces:
Serializable
ActivityCodeStyle
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumText color theme for the activity code -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackgroundColor(String backgroundColor) Background color for the activity code in hex format starting with # followed by 6 hexadecimal characters (0-9, a-f, A-F)booleaninthashCode()voidsetBackgroundColor(String backgroundColor) voidsetTextColorTheme(ActivityCodeStyle.TextColorThemeEnum textColorTheme) textColorTheme(ActivityCodeStyle.TextColorThemeEnum textColorTheme) Text color theme for the activity codetoString()
-
Constructor Details
-
ActivityCodeStyle
public ActivityCodeStyle() -
ActivityCodeStyle
-
-
Method Details
-
backgroundColor
Background color for the activity code in hex format starting with # followed by 6 hexadecimal characters (0-9, a-f, A-F) -
getBackgroundColor
-
setBackgroundColor
-
textColorTheme
Text color theme for the activity code -
getTextColorTheme
-
setTextColorTheme
-
equals
-
hashCode
public int hashCode() -
toString
-