Class GetConsumptionOfferingsOptions

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class GetConsumptionOfferingsOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The getConsumptionOfferings options.
    • Method Detail

      • digest

        public java.lang.Boolean digest()
        Gets the digest. true - Strip down the content of what is returned. For example don't return the readme. Makes the result much smaller. Defaults to false.
        Returns:
        the digest
      • catalog

        public java.lang.String catalog()
        Gets the catalog. catalog id. Narrow search down to just a particular catalog. It will apply the catalog's public filters to the public catalog offerings on the result.
        Returns:
        the catalog
      • select

        public java.lang.String select()
        Gets the 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.
        Returns:
        the select
      • includeHidden

        public java.lang.Boolean includeHidden()
        Gets the includeHidden. true - include offerings which have been marked as hidden. The default is false and hidden offerings are not returned.
        Returns:
        the includeHidden
      • limit

        public java.lang.Long limit()
        Gets the limit. number or results to return.
        Returns:
        the limit
      • offset

        public java.lang.Long offset()
        Gets the offset. number of results to skip before returning values.
        Returns:
        the offset