@Generated(value="org.jsonschema2pojo") public enum Endpoint extends Enum<Endpoint>
Modifier and Type | Method and Description |
---|---|
static Endpoint |
fromValue(String value) |
String |
toString() |
static Endpoint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Endpoint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Endpoint COMMENTS
public static final Endpoint LIKES
public static Endpoint[] values()
for (Endpoint c : Endpoint.values()) System.out.println(c);
public static Endpoint 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 © 2018 The Apache Software Foundation. All rights reserved.