Uses of Interface
com.okta.sdk.resource.PreRegistrationInlineHook
-
Packages that use PreRegistrationInlineHook Package Description com.okta.sdk.resource -
-
Uses of PreRegistrationInlineHook in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return PreRegistrationInlineHook Modifier and Type Method Description PreRegistrationInlineHook
PreRegistrationInlineHook. setInlineHookId(java.lang.String inlineHookId)
Methods in com.okta.sdk.resource that return types with arguments of type PreRegistrationInlineHook Modifier and Type Method Description java.util.List<PreRegistrationInlineHook>
ProfileEnrollmentPolicyRuleAction. getPreRegistrationInlineHooks()
Method parameters in com.okta.sdk.resource with type arguments of type PreRegistrationInlineHook Modifier and Type Method Description ProfileEnrollmentPolicyRuleAction
ProfileEnrollmentPolicyRuleAction. setPreRegistrationInlineHooks(java.util.List<PreRegistrationInlineHook> preRegistrationInlineHooks)
-