Class UpdateOfferingOptions

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class UpdateOfferingOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The updateOffering options.
    • Method Detail

      • 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