public static enum ApiParameters.SelectOffersFrom extends Enum<ApiParameters.SelectOffersFrom>
| Enum Constant and Description |
|---|
all |
alsoSoldAt |
storeId |
storeIdAndAlsoSoldAt |
| Modifier and Type | Method and Description |
|---|---|
static ApiParameters.SelectOffersFrom |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiParameters.SelectOffersFrom[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApiParameters.SelectOffersFrom storeId
public static final ApiParameters.SelectOffersFrom alsoSoldAt
public static final ApiParameters.SelectOffersFrom storeIdAndAlsoSoldAt
public static final ApiParameters.SelectOffersFrom all
public static ApiParameters.SelectOffersFrom[] values()
for (ApiParameters.SelectOffersFrom c : ApiParameters.SelectOffersFrom.values()) System.out.println(c);
public static ApiParameters.SelectOffersFrom 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 © 2017. All rights reserved.