Class GetConsumptionOfferingsOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.GetConsumptionOfferingsOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetConsumptionOfferingsOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getConsumptionOfferings options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetConsumptionOfferingsOptions.BuilderBuilder.static interfaceGetConsumptionOfferingsOptions.SelectWhat should be selected.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringcatalog()Gets the catalog.java.lang.Booleandigest()Gets the digest.java.lang.BooleanincludeHidden()Gets the includeHidden.java.lang.Longlimit()Gets the limit.GetConsumptionOfferingsOptions.BuildernewBuilder()New builder.java.lang.Longoffset()Gets the offset.java.lang.Stringselect()Gets the select.
-
-
-
Method Detail
-
newBuilder
public GetConsumptionOfferingsOptions.Builder newBuilder()
New builder.- Returns:
- a GetConsumptionOfferingsOptions builder
-
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
-
-