Class UpdateOfferingOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.UpdateOfferingOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateOfferingOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateOffering options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateOfferingOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringcatalogIdentifier()Gets the catalogIdentifier.java.lang.StringifMatch()Gets the ifMatch.UpdateOfferingOptions.BuildernewBuilder()New builder.java.lang.StringofferingId()Gets the offeringId.java.util.List<JsonPatchOperation>updates()Gets the updates.
-
-
-
Method Detail
-
newBuilder
public UpdateOfferingOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateOfferingOptions 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
-
ifMatch
public java.lang.String ifMatch()
Gets the ifMatch. Offering etag contained in quotes.- Returns:
- the ifMatch
-
updates
public java.util.List<JsonPatchOperation> updates()
Gets the updates. Array of patch operations as defined in RFC 6902.- Returns:
- the updates
-
-