Uses of Enum
com.okta.sdk.resource.model.RegistrationInlineHookCommand.TypeEnum
Packages that use RegistrationInlineHookCommand.TypeEnum
-
Uses of RegistrationInlineHookCommand.TypeEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return RegistrationInlineHookCommand.TypeEnumModifier and TypeMethodDescriptionRegistrationInlineHookCommand.getType()Get typeReturns the enum constant of this type with the specified name.RegistrationInlineHookCommand.TypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type RegistrationInlineHookCommand.TypeEnumModifier and TypeMethodDescriptionvoidRegistrationInlineHookCommand.setType(RegistrationInlineHookCommand.TypeEnum type) RegistrationInlineHookCommand.type(RegistrationInlineHookCommand.TypeEnum type)