| Package | Description |
|---|---|
| io.github.openunirest.http.options |
| Modifier and Type | Method and Description |
|---|---|
static Option |
Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Option[] |
Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
Options.getOption(Option option) |
static void |
Options.removeOption(Option objectMapper) |
static void |
Options.setOption(Option option,
Object value) |
static <T> Optional<T> |
Options.tryGet(Option option,
Class<T> as) |
Copyright © 2018. All rights reserved.