Uses of Class
com.oracle.bmc.dataintegration.model.ConnectionFromOAuth2.GrantType
-
Packages that use ConnectionFromOAuth2.GrantType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of ConnectionFromOAuth2.GrantType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return ConnectionFromOAuth2.GrantType Modifier and Type Method Description static ConnectionFromOAuth2.GrantTypeConnectionFromOAuth2.GrantType. create(String key)ConnectionFromOAuth2.GrantTypeConnectionFromOAuth2. getGrantType()Specifies the OAuth2 grant mechanism.static ConnectionFromOAuth2.GrantTypeConnectionFromOAuth2.GrantType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionFromOAuth2.GrantType[]ConnectionFromOAuth2.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 ConnectionFromOAuth2.GrantType Modifier and Type Method Description ConnectionFromOAuth2.BuilderConnectionFromOAuth2.Builder. grantType(ConnectionFromOAuth2.GrantType grantType)Specifies the OAuth2 grant mechanism.Constructors in com.oracle.bmc.dataintegration.model with parameters of type ConnectionFromOAuth2.GrantType Constructor Description ConnectionFromOAuth2(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, Map<String,String> keyMap, String accessTokenUrl, String clientId, SensitiveAttribute clientSecret, String scope, ConnectionFromOAuth2.GrantType grantType)Deprecated.
-