| Modifier and Type | Method and Description |
|---|---|
ParameterType |
ParameterValue.type() |
static ParameterType |
ParameterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterType[] |
ParameterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Http.Builder |
Http.Builder.param(String name,
Optional<Object> value,
ParameterType type,
Optional<String> contentType) |
| Constructor and Description |
|---|
ParameterValue(String name,
Optional<?> value,
ParameterType type,
Optional<String> contentType) |
Copyright © 2023. All rights reserved.