public class JsonPatch extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JsonPatch.Add |
static class |
JsonPatch.Copy |
static class |
JsonPatch.Move |
static class |
JsonPatch.Remove |
static class |
JsonPatch.Replace |
static class |
JsonPatch.Test |
| Constructor and Description |
|---|
JsonPatch() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends com.amazonaws.hal.JsonPatch.Item> |
getPatchItems() |
void |
setPatchItems(List<com.amazonaws.hal.JsonPatch.Item> patchItems) |
JsonPatch |
with(com.amazonaws.hal.JsonPatch.Item patchItem) |
Copyright © 2015. All rights reserved.