Class ListOfferingsOptions

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

    public class ListOfferingsOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The listOfferings options.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String catalogIdentifier()
      Gets the catalogIdentifier.
      java.lang.Boolean digest()
      Gets the digest.
      java.lang.Long limit()
      Gets the limit.
      java.lang.String name()
      Gets the name.
      ListOfferingsOptions.Builder newBuilder()
      New builder.
      java.lang.Long offset()
      Gets the offset.
      java.lang.String sort()
      Gets the sort.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • catalogIdentifier

        public java.lang.String catalogIdentifier()
        Gets the catalogIdentifier. Catalog identifier.
        Returns:
        the catalogIdentifier
      • 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
      • limit

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

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

        public java.lang.String name()
        Gets the name. Only return results that contain the specified string.
        Returns:
        the name
      • sort

        public java.lang.String sort()
        Gets the sort. The field on which the output is sorted. Sorts by default by **label** property. Available fields are **name**, **label**, **created**, and **updated**. By adding **-** (i.e. **-label**) in front of the query string, you can specify descending order. Default is ascending order.
        Returns:
        the sort