Class ListOfferingsOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.ListOfferingsOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListOfferingsOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe listOfferings options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListOfferingsOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringcatalogIdentifier()Gets the catalogIdentifier.java.lang.Booleandigest()Gets the digest.java.lang.Longlimit()Gets the limit.java.lang.Stringname()Gets the name.ListOfferingsOptions.BuildernewBuilder()New builder.java.lang.Longoffset()Gets the offset.java.lang.Stringsort()Gets the sort.
-
-
-
Method Detail
-
newBuilder
public ListOfferingsOptions.Builder newBuilder()
New builder.- Returns:
- a ListOfferingsOptions builder
-
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
-
-