public enum RequestCouchView extends java.lang.Enum<RequestCouchView>
| Enum Constant and Description |
|---|
ByRequestStatusAndCreatedAt |
ByTrackingId |
| Modifier and Type | Method and Description |
|---|---|
static RequestCouchView |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RequestCouchView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestCouchView ByTrackingId
public static final RequestCouchView ByRequestStatusAndCreatedAt
public static RequestCouchView[] values()
for (RequestCouchView c : RequestCouchView.values()) System.out.println(c);
public static RequestCouchView valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null