Interface GetConsumptionOfferingsOptions.Select

  • Enclosing class:
    GetConsumptionOfferingsOptions

    public static interface GetConsumptionOfferingsOptions.Select
    What 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 Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ALL
      all.
      static java.lang.String X_PRIVATE
      private.
      static java.lang.String X_PUBLIC
      public.