Uses of Class
com.oracle.bmc.dataintegration.model.ConnectionFromOAuth2Details.GrantType
-
Packages that use ConnectionFromOAuth2Details.GrantType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of ConnectionFromOAuth2Details.GrantType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return ConnectionFromOAuth2Details.GrantType Modifier and Type Method Description static ConnectionFromOAuth2Details.GrantTypeConnectionFromOAuth2Details.GrantType. create(String key)ConnectionFromOAuth2Details.GrantTypeConnectionFromOAuth2Details. getGrantType()Specifies the OAuth2 grant mechanism.static ConnectionFromOAuth2Details.GrantTypeConnectionFromOAuth2Details.GrantType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionFromOAuth2Details.GrantType[]ConnectionFromOAuth2Details.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 ConnectionFromOAuth2Details.GrantType Modifier and Type Method Description ConnectionFromOAuth2Details.BuilderConnectionFromOAuth2Details.Builder. grantType(ConnectionFromOAuth2Details.GrantType grantType)Specifies the OAuth2 grant mechanism.Constructors in com.oracle.bmc.dataintegration.model with parameters of type ConnectionFromOAuth2Details.GrantType Constructor Description ConnectionFromOAuth2Details(String key, String modelVersion, ParentReference parentRef, String name, String description, Integer objectVersion, Integer objectStatus, String identifier, Schema primarySchema, List<ConnectionProperty> connectionProperties, Boolean isDefault, ObjectMetadata metadata, String accessTokenUrl, String clientId, SensitiveAttribute clientSecret, String scope, ConnectionFromOAuth2Details.GrantType grantType)Deprecated.
-