Uses of Enum
org.openapitools.client.model.OpenIdConnectApplicationConsentMethod
Packages that use OpenIdConnectApplicationConsentMethod
Package
Description
- 
Uses of OpenIdConnectApplicationConsentMethod in com.okta.sdk.impl.resource
Methods in com.okta.sdk.impl.resource with parameters of type OpenIdConnectApplicationConsentMethodModifier and TypeMethodDescriptionDefaultOIDCApplicationBuilder.setConsentMethod(OpenIdConnectApplicationConsentMethod consentMethod)  - 
Uses of OpenIdConnectApplicationConsentMethod in com.okta.sdk.resource.application
Methods in com.okta.sdk.resource.application with parameters of type OpenIdConnectApplicationConsentMethodModifier and TypeMethodDescriptionOIDCApplicationBuilder.setConsentMethod(OpenIdConnectApplicationConsentMethod consentMethod)  - 
Uses of OpenIdConnectApplicationConsentMethod in org.openapitools.client.model
Methods in org.openapitools.client.model that return OpenIdConnectApplicationConsentMethodModifier and TypeMethodDescriptionOpenIdConnectApplicationSettingsClient.getConsentMethod()Get consentMethodReturns the enum constant of this type with the specified name.OpenIdConnectApplicationConsentMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openapitools.client.model with parameters of type OpenIdConnectApplicationConsentMethodModifier and TypeMethodDescriptionOpenIdConnectApplicationSettingsClient.consentMethod(OpenIdConnectApplicationConsentMethod consentMethod) voidOpenIdConnectApplicationSettingsClient.setConsentMethod(OpenIdConnectApplicationConsentMethod consentMethod)