Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
AuthDetails.Builder |
AuthDetails.Builder.modelType(AuthDetails.ModelType modelType)
The authentication mode to be used for Generic REST invocation.
|
Constructor and Description |
---|
AuthDetails(String key,
String modelVersion,
ParentReference parentRef,
AuthDetails.ModelType modelType)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.