Uses of Enum
com.okta.sdk.resource.model.RegistrationInlineHookRequestType
Packages that use RegistrationInlineHookRequestType
-
Uses of RegistrationInlineHookRequestType in com.okta.sdk.resource.model
Fields in com.okta.sdk.resource.model declared as RegistrationInlineHookRequestTypeModifier and TypeFieldDescriptionprotected RegistrationInlineHookRequestType
RegistrationInlineHookRequest.requestType
Methods in com.okta.sdk.resource.model that return RegistrationInlineHookRequestTypeModifier and TypeMethodDescriptionRegistrationInlineHookRequest.getRequestType()
Get requestTypeReturns the enum constant of this type with the specified name.static RegistrationInlineHookRequestType[]
RegistrationInlineHookRequestType.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 RegistrationInlineHookRequestTypeModifier and TypeMethodDescriptionRegistrationInlineHookRequest.requestType
(RegistrationInlineHookRequestType requestType) void
RegistrationInlineHookRequest.setRequestType
(RegistrationInlineHookRequestType requestType)