Uses of Class
com.okta.sdk.resource.ErrorPageTouchPointVariant
-
Packages that use ErrorPageTouchPointVariant Package Description com.okta.sdk.resource -
-
Uses of ErrorPageTouchPointVariant in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return ErrorPageTouchPointVariant Modifier and Type Method Description ErrorPageTouchPointVariant
Theme. getErrorPageTouchPointVariant()
ErrorPageTouchPointVariant
ThemeResponse. getErrorPageTouchPointVariant()
static ErrorPageTouchPointVariant
ErrorPageTouchPointVariant. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ErrorPageTouchPointVariant[]
ErrorPageTouchPointVariant. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource with parameters of type ErrorPageTouchPointVariant Modifier and Type Method Description Theme
Theme. setErrorPageTouchPointVariant(ErrorPageTouchPointVariant errorPageTouchPointVariant)
ThemeResponse
ThemeResponse. setErrorPageTouchPointVariant(ErrorPageTouchPointVariant errorPageTouchPointVariant)
-