Uses of Enum
com.okta.sdk.resource.model.InlineHookType
Packages that use InlineHookType
-
Uses of InlineHookType in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return InlineHookTypeModifier and TypeMethodDescriptionstatic InlineHookTypeInlineHook.getType()Get typeRegistrationInlineHook.getType()Get typestatic InlineHookTypeReturns the enum constant of this type with the specified name.static InlineHookType[]InlineHookType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type InlineHookTypeModifier and TypeMethodDescriptionvoidInlineHook.setType(InlineHookType type) voidRegistrationInlineHook.setType(InlineHookType type) InlineHook.type(InlineHookType type) RegistrationInlineHook.type(InlineHookType type)