Uses of Enum
com.okta.sdk.resource.model.InlineHookStatus
-
Uses of InlineHookStatus in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionstatic InlineHookStatus
InlineHook.getStatus()
Get statusRegistrationInlineHook.getStatus()
Get statusstatic InlineHookStatus
Returns the enum constant of this type with the specified name.static InlineHookStatus[]
InlineHookStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
InlineHook.setStatus
(InlineHookStatus status) void
RegistrationInlineHook.setStatus
(InlineHookStatus status) InlineHook.status
(InlineHookStatus status) RegistrationInlineHook.status
(InlineHookStatus status)