Uses of Class
com.okta.sdk.resource.InlineHookChannelType
-
Packages that use InlineHookChannelType Package Description com.okta.sdk.resource com.okta.sdk.resource.builder -
-
Uses of InlineHookChannelType in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return InlineHookChannelType Modifier and Type Method Description InlineHookChannelType
InlineHookChannel. getType()
static InlineHookChannelType
InlineHookChannelType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static InlineHookChannelType[]
InlineHookChannelType. 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 InlineHookChannelType Modifier and Type Method Description InlineHookChannel
InlineHookChannel. setType(InlineHookChannelType type)
-
Uses of InlineHookChannelType in com.okta.sdk.resource.builder
Methods in com.okta.sdk.resource.builder with parameters of type InlineHookChannelType Modifier and Type Method Description InlineHookBuilder
InlineHookBuilder. setChannelType(InlineHookChannelType channelType)
-