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