Class 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.
    • Method Detail

      • 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