Class UpdateDeliveryConfigurationOptions

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

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

      • containerId

        public java.lang.String containerId()
        Gets the containerId. Container ID of the data product catalog.
        Returns:
        the containerId
      • jsonPatchOperation

        public java.util.List<JsonPatchOperation> jsonPatchOperation()
        Gets the jsonPatchOperation. JSON array of patch operations as defined in RFC 6902. Only the 'enabled' attribute can be modified. Supported operations: add, remove, replace. <br/><br/>Common paths: <br/><br/> - /delivery_methods <br/>- /persist_consumer_connection <br/>.
        Returns:
        the jsonPatchOperation