Uses of Class
com.ibm.cloud.watsonxdata.watsonx_data.v3.model.JsonPatchOperation
-
Packages that use JsonPatchOperation Package Description com.ibm.cloud.watsonxdata.watsonx_data.v3.model -
-
Uses of JsonPatchOperation in com.ibm.cloud.watsonxdata.watsonx_data.v3.model
Methods in com.ibm.cloud.watsonxdata.watsonx_data.v3.model that return JsonPatchOperation Modifier and Type Method Description JsonPatchOperationJsonPatchOperation.Builder. build()Builds a JsonPatchOperation.Methods in com.ibm.cloud.watsonxdata.watsonx_data.v3.model that return types with arguments of type JsonPatchOperation Modifier and Type Method Description java.util.List<JsonPatchOperation>UpdateMdsOptions. body()Gets the body.Methods in com.ibm.cloud.watsonxdata.watsonx_data.v3.model with parameters of type JsonPatchOperation Modifier and Type Method Description UpdateMdsOptions.BuilderUpdateMdsOptions.Builder. addBody(JsonPatchOperation body)Adds a new element to body.Method parameters in com.ibm.cloud.watsonxdata.watsonx_data.v3.model with type arguments of type JsonPatchOperation Modifier and Type Method Description UpdateMdsOptions.BuilderUpdateMdsOptions.Builder. body(java.util.List<JsonPatchOperation> body)Set the body.Constructor parameters in com.ibm.cloud.watsonxdata.watsonx_data.v3.model with type arguments of type JsonPatchOperation Constructor Description Builder(java.util.List<JsonPatchOperation> body)Instantiates a new builder with required properties.
-