Class UpdateDataProductReleaseOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.UpdateDataProductReleaseOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateDataProductReleaseOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The updateDataProductRelease options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateDataProductReleaseOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
dataProductId()
Gets the dataProductId.java.util.List<JsonPatchOperation>
jsonPatchInstructions()
Gets the jsonPatchInstructions.UpdateDataProductReleaseOptions.Builder
newBuilder()
New builder.java.lang.String
releaseId()
Gets the releaseId.
-
-
-
Method Detail
-
newBuilder
public UpdateDataProductReleaseOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateDataProductReleaseOptions builder
-
dataProductId
public java.lang.String dataProductId()
Gets the dataProductId. Data product ID. Use '-' to skip specifying the data product ID explicitly.- Returns:
- the dataProductId
-
releaseId
public java.lang.String releaseId()
Gets the releaseId. Data product release id.- Returns:
- the releaseId
-
jsonPatchInstructions
public java.util.List<JsonPatchOperation> jsonPatchInstructions()
Gets the jsonPatchInstructions. A set of patch operations as defined in RFC 6902. See http://jsonpatch.com/ for more information.- Returns:
- the jsonPatchInstructions
-
-