Class UpdateDeliveryMethodOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.UpdateDeliveryMethodOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateDeliveryMethodOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateDeliveryMethod options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateDeliveryMethodOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringcatalogId()Gets the catalogId.java.lang.StringdeliveryMethodId()Gets the deliveryMethodId.java.util.List<JsonPatchOperation>jsonPatchOperation()Gets the jsonPatchOperation.UpdateDeliveryMethodOptions.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public UpdateDeliveryMethodOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateDeliveryMethodOptions builder
-
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
-
-