Class GetOfferingOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.GetOfferingOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetOfferingOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getOffering options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetOfferingOptions.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.GetOfferingOptions.BuildernewBuilder()New builder.java.lang.StringofferingId()Gets the offeringId.java.lang.Stringtype()Gets the type.
-
-
-
Method Detail
-
newBuilder
public GetOfferingOptions.Builder newBuilder()
New builder.- Returns:
- a GetOfferingOptions builder
-
catalogIdentifier
public java.lang.String catalogIdentifier()
Gets the catalogIdentifier. Catalog identifier.- Returns:
- the catalogIdentifier
-
offeringId
public java.lang.String offeringId()
Gets the offeringId. Offering identification.- Returns:
- the offeringId
-
type
public java.lang.String type()
Gets the type. Offering Parameter Type. Valid values are 'name' or 'id'. Default is 'id'.- Returns:
- the type
-
digest
public java.lang.Boolean digest()
Gets the digest. Return the digest format of the specified offering. Default is false.- Returns:
- the digest
-
-