Uses of Class
com.mashape.unirest.http.options.Option
-
Packages that use Option Package Description com.mashape.unirest.http.options -
-
Uses of Option in com.mashape.unirest.http.options
Methods in com.mashape.unirest.http.options that return Option Modifier and Type Method Description static OptionOption. 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.Methods in com.mashape.unirest.http.options with parameters of type Option Modifier and Type Method Description static ObjectOptions. getOption(Option option)static voidOptions. setOption(Option option, Object value)
-