Uses of Enum
com.okta.sdk.resource.model.EnabledPagesType
Packages that use EnabledPagesType
-
Uses of EnabledPagesType in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return EnabledPagesTypeModifier and TypeMethodDescriptionstatic EnabledPagesTypestatic EnabledPagesTypeReturns the enum constant of this type with the specified name.static EnabledPagesType[]EnabledPagesType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model that return types with arguments of type EnabledPagesTypeModifier and TypeMethodDescriptionOrgCAPTCHASettings.getEnabledPages()An array of pages that have CAPTCHA enabledMethods in com.okta.sdk.resource.model with parameters of type EnabledPagesTypeModifier and TypeMethodDescriptionOrgCAPTCHASettings.addenabledPagesItem(EnabledPagesType enabledPagesItem) Method parameters in com.okta.sdk.resource.model with type arguments of type EnabledPagesTypeModifier and TypeMethodDescriptionOrgCAPTCHASettings.enabledPages(List<EnabledPagesType> enabledPages) voidOrgCAPTCHASettings.setEnabledPages(List<EnabledPagesType> enabledPages)