public static enum QueryParams.Format extends Enum<QueryParams.Format>
QueryParams.APIParameter.FORMAT| Modifier and Type | Method and Description |
|---|---|
String |
format() |
static QueryParams.Format |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryParams.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryParams.Format STRING
public static final QueryParams.Format CSV
public static final QueryParams.Format JSON
public static final QueryParams.Format PHP
public static final QueryParams.Format TSV
public static final QueryParams.Format YAML
public static final QueryParams.Format XML
public static QueryParams.Format[] values()
for (QueryParams.Format c : QueryParams.Format.values()) System.out.println(c);
public static QueryParams.Format 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 String format()
Copyright © 2020. All rights reserved.