Uses of Class
com.oracle.bmc.dataintegration.model.UpdateConnectionFromOAuth2.GrantType
-
Packages that use UpdateConnectionFromOAuth2.GrantType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of UpdateConnectionFromOAuth2.GrantType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return UpdateConnectionFromOAuth2.GrantType Modifier and Type Method Description static UpdateConnectionFromOAuth2.GrantType
UpdateConnectionFromOAuth2.GrantType. create(String key)
UpdateConnectionFromOAuth2.GrantType
UpdateConnectionFromOAuth2. getGrantType()
Specifies the OAuth2 grant mechanism.static UpdateConnectionFromOAuth2.GrantType
UpdateConnectionFromOAuth2.GrantType. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateConnectionFromOAuth2.GrantType[]
UpdateConnectionFromOAuth2.GrantType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataintegration.model with parameters of type UpdateConnectionFromOAuth2.GrantType Modifier and Type Method Description UpdateConnectionFromOAuth2.Builder
UpdateConnectionFromOAuth2.Builder. grantType(UpdateConnectionFromOAuth2.GrantType grantType)
Specifies the OAuth2 grant mechanism.Constructors in com.oracle.bmc.dataintegration.model with parameters of type UpdateConnectionFromOAuth2.GrantType Constructor Description UpdateConnectionFromOAuth2(String key, String modelVersion, ParentReference parentRef, String name, String description, Integer objectStatus, Integer objectVersion, String identifier, List<ConnectionProperty> connectionProperties, RegistryMetadata registryMetadata, String accessTokenUrl, String clientId, SensitiveAttribute clientSecret, String scope, UpdateConnectionFromOAuth2.GrantType grantType)
Deprecated.
-