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 ErrorPageTouchPointVariantTheme. getErrorPageTouchPointVariant()ErrorPageTouchPointVariantThemeResponse. getErrorPageTouchPointVariant()static ErrorPageTouchPointVariantErrorPageTouchPointVariant. 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 ThemeTheme. setErrorPageTouchPointVariant(ErrorPageTouchPointVariant errorPageTouchPointVariant)ThemeResponseThemeResponse. setErrorPageTouchPointVariant(ErrorPageTouchPointVariant errorPageTouchPointVariant)
-