Uses of Class
com.oracle.bmc.dataintegration.model.AuthConfig.ModelType
-
Packages that use AuthConfig.ModelType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of AuthConfig.ModelType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return AuthConfig.ModelType Modifier and Type Method Description static AuthConfig.ModelType
AuthConfig.ModelType. create(String key)
static AuthConfig.ModelType
AuthConfig.ModelType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthConfig.ModelType[]
AuthConfig.ModelType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-