Package | Description |
---|---|
com.oracle.bmc.identity.model |
Modifier and Type | Method and Description |
---|---|
static StandardTagDefinitionTemplate.Type |
StandardTagDefinitionTemplate.Type.create(String key) |
StandardTagDefinitionTemplate.Type |
StandardTagDefinitionTemplate.getType()
The type of tag definition.
|
static StandardTagDefinitionTemplate.Type |
StandardTagDefinitionTemplate.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardTagDefinitionTemplate.Type[] |
StandardTagDefinitionTemplate.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StandardTagDefinitionTemplate.Builder |
StandardTagDefinitionTemplate.Builder.type(StandardTagDefinitionTemplate.Type type)
The type of tag definition.
|
Constructor and Description |
---|
StandardTagDefinitionTemplate(String description,
String tagDefinitionName,
StandardTagDefinitionTemplate.Type type,
List<String> possibleValues,
Boolean isCostTracking,
StandardTagDefinitionTemplate.EnumMutability enumMutability)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.