public static enum OembedResponse.Format extends Enum<OembedResponse.Format>
| Modifier and Type | Method and Description |
|---|---|
static OembedResponse.Format |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OembedResponse.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OembedResponse.Format json
public static final OembedResponse.Format xml
public static OembedResponse.Format[] values()
for (OembedResponse.Format c : OembedResponse.Format.values()) System.out.println(c);
public static OembedResponse.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 nullCopyright © 2010–2016 michael-simons.eu. All rights reserved.