Interface GetConsumptionOfferingsOptions.Select
-
- Enclosing class:
- GetConsumptionOfferingsOptions
public static interface GetConsumptionOfferingsOptions.SelectWhat should be selected. Default is 'all' which will return both public and private offerings. 'public' returns only the public offerings and 'private' returns only the private offerings.
-
-
Field Detail
-
ALL
static final java.lang.String ALL
all.- See Also:
- Constant Field Values
-
X_PUBLIC
static final java.lang.String X_PUBLIC
public.- See Also:
- Constant Field Values
-
X_PRIVATE
static final java.lang.String X_PRIVATE
private.- See Also:
- Constant Field Values
-
-