Uses of Class
com.azure.core.models.JsonPatchDocument
Packages that use JsonPatchDocument
Package
Description
This package contains the core model classes used across the Azure SDK.
-
Uses of JsonPatchDocument in com.azure.core.models
Methods in com.azure.core.models that return JsonPatchDocumentModifier and TypeMethodDescriptionAppends an "add" operation to this JSON Patch document.JsonPatchDocument.appendAddRaw(String path, String rawJson) Appends an "add" operation to this JSON Patch document.JsonPatchDocument.appendCopy(String from, String path) Appends a "copy" operation to this JSON Patch document.JsonPatchDocument.appendMove(String from, String path) Appends a "move" operation to this JSON Patch document.JsonPatchDocument.appendRemove(String path) Appends a "remove" operation to this JSON Patch document.JsonPatchDocument.appendReplace(String path, Object value) Appends a "replace" operation to this JSON Patch document.JsonPatchDocument.appendReplaceRaw(String path, String rawJson) Appends a "replace" operation to this JSON Patch document.JsonPatchDocument.appendTest(String path, Object value) Appends a "test" operation to this JSON Patch document.JsonPatchDocument.appendTestRaw(String path, String rawJson) Appends a "test" operation to this JSON Patch document.static JsonPatchDocumentJsonPatchDocument.fromJson(com.azure.json.JsonReader jsonReader) Reads a JSON stream into aJsonPatchDocument.