Uses of Class
com.okta.sdk.resource.InlineHookType
-
Packages that use InlineHookType Package Description com.okta.sdk.resource com.okta.sdk.resource.builder -
-
Uses of InlineHookType in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return InlineHookType Modifier and Type Method Description InlineHookType
InlineHook. getType()
static InlineHookType
InlineHookType. valueOf(java.lang.String name)
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 with parameters of type InlineHookType Modifier and Type Method Description InlineHook
InlineHook. setType(InlineHookType type)
-
Uses of InlineHookType in com.okta.sdk.resource.builder
Methods in com.okta.sdk.resource.builder with parameters of type InlineHookType Modifier and Type Method Description InlineHookBuilder
InlineHookBuilder. setHookType(InlineHookType hookType)
-