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 InlineHookType
InlineHook.getType()
Get typeRegistrationInlineHook.getType()
Get typestatic InlineHookType
Returns 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 TypeMethodDescriptionvoid
InlineHook.setType
(InlineHookType type) void
RegistrationInlineHook.setType
(InlineHookType type) InlineHook.type
(InlineHookType type) RegistrationInlineHook.type
(InlineHookType type)