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