public static enum RestRequestBuilder.ParameterArrayFormat extends Enum<RestRequestBuilder.ParameterArrayFormat>
| Modifier and Type | Method and Description |
|---|---|
RequestParameterFormatter |
getFormatter() |
static RestRequestBuilder.ParameterArrayFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestRequestBuilder.ParameterArrayFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestRequestBuilder.ParameterArrayFormat MULTIMAP
public static final RestRequestBuilder.ParameterArrayFormat COMMA
public static RestRequestBuilder.ParameterArrayFormat[] values()
for (RestRequestBuilder.ParameterArrayFormat c : RestRequestBuilder.ParameterArrayFormat.values()) System.out.println(c);
public static RestRequestBuilder.ParameterArrayFormat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic RequestParameterFormatter getFormatter()
Copyright © 2023. All rights reserved.