Package | Description |
---|---|
com.oracle.bmc.identitydataplane.model |
Modifier and Type | Method and Description |
---|---|
static ContextVariable.Type |
ContextVariable.Type.create(String key) |
ContextVariable.Type |
ContextVariable.getType()
The type of the variable.
|
static ContextVariable.Type |
ContextVariable.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContextVariable.Type[] |
ContextVariable.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ContextVariable.Builder |
ContextVariable.Builder.type(ContextVariable.Type type)
The type of the variable.
|
Constructor and Description |
---|
ContextVariable(String name,
String value,
ContextVariable.Type type)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.