Class UpdateDeliveryMethodOptions

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

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

      • catalogId

        public java.lang.String catalogId()
        Gets the catalogId. The catalog ID where delivery method is stored.
        Returns:
        the catalogId
      • deliveryMethodId

        public java.lang.String deliveryMethodId()
        Gets the deliveryMethodId. The ID of the delivery method to update.
        Returns:
        the deliveryMethodId
      • jsonPatchOperation

        public java.util.List<JsonPatchOperation> jsonPatchOperation()
        Gets the jsonPatchOperation. JSON array of patch operations as defined in RFC 6902. Supported operations: add, remove, replace. <br/><br/>Common paths: <br/><br/> - /description <br/>- /status <br/>- /localized_name <br/>- /localized_description <br/>- /output_format <br/>- /consumer_input <br/> - /supported_asset_types <br/>- /is_restricted <br/>- /supports_redelivery <br/>- /supports_add_to_project <br/>- /supports_column_selection <br/>- /supported_data_sources <br/>- /producer_input <br/>- /auto_mark_delivered [this is only supported for 'external' delivery method].
        Returns:
        the jsonPatchOperation