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