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