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