| Modifier and Type | Method and Description |
|---|---|
static ParameterKind |
ParameterKind.fromJsonValue(String value) |
ParameterKind |
ClientTypeSignatureParameter.getKind() |
static ParameterKind |
ParameterKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterKind[] |
ParameterKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ClientTypeSignatureParameter(ParameterKind kind,
Object value) |
Copyright © 2012–2019. All rights reserved.