Uses of Interface
com.okta.sdk.resource.inline.hook.InlineHook
-
Packages that use InlineHook Package Description com.okta.sdk.client com.okta.sdk.resource.inline.hook -
-
Uses of InlineHook in com.okta.sdk.client
Methods in com.okta.sdk.client that return InlineHook Modifier and Type Method Description InlineHookClient. createInlineHook(InlineHook inlineHook)SuccessInlineHookClient. getInlineHook(java.lang.String inlineHookId)Gets an inline hook by IDMethods in com.okta.sdk.client with parameters of type InlineHook Modifier and Type Method Description InlineHookClient. createInlineHook(InlineHook inlineHook)Success -
Uses of InlineHook in com.okta.sdk.resource.inline.hook
Methods in com.okta.sdk.resource.inline.hook that return InlineHook Modifier and Type Method Description InlineHookInlineHook. activate()Activates the Inline Hook matching the provided idInlineHookInlineHookBuilder. buildAndCreate(Client client)InlineHookInlineHook. deactivate()Deactivates the Inline Hook matching the provided idInlineHookInlineHook. setChannel(InlineHookChannel channel)InlineHookInlineHook. setName(java.lang.String name)InlineHookInlineHook. setStatus(InlineHookStatus status)InlineHookInlineHook. setType(InlineHookType type)InlineHookInlineHook. setVersion(java.lang.String version)InlineHookInlineHook. update()Updates an inline hook by ID
-