Uses of Class
com.oracle.bmc.dataintegration.model.AuthDetails.ModelType
-
Packages that use AuthDetails.ModelType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of AuthDetails.ModelType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return AuthDetails.ModelType Modifier and Type Method Description static AuthDetails.ModelType
AuthDetails.ModelType. create(String key)
AuthDetails.ModelType
AuthDetails. getModelType()
The authentication mode to be used for Generic REST invocation.static AuthDetails.ModelType
AuthDetails.ModelType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthDetails.ModelType[]
AuthDetails.ModelType. 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 AuthDetails.ModelType Modifier and Type Method Description AuthDetails.Builder
AuthDetails.Builder. modelType(AuthDetails.ModelType modelType)
The authentication mode to be used for Generic REST invocation.Constructors in com.oracle.bmc.dataintegration.model with parameters of type AuthDetails.ModelType Constructor Description AuthDetails(String key, String modelVersion, ParentReference parentRef, AuthDetails.ModelType modelType)
Deprecated.
-