Class DeleteOfferingOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.DeleteOfferingOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteOfferingOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe deleteOffering options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteOfferingOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringcatalogIdentifier()Gets the catalogIdentifier.DeleteOfferingOptions.BuildernewBuilder()New builder.java.lang.StringofferingId()Gets the offeringId.
-
-
-
Method Detail
-
newBuilder
public DeleteOfferingOptions.Builder newBuilder()
New builder.- Returns:
- a DeleteOfferingOptions 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
-
-