public static class PatchOperation.Type extends MultiValuedAttributeType
| Modifier and Type | Field and Description |
|---|---|
static PatchOperation.Type |
ADD |
static PatchOperation.Type |
REMOVE |
static PatchOperation.Type |
REPLACE |
| Modifier and Type | Method and Description |
|---|---|
static PatchOperation.Type |
of(String typeName) |
equals, getValue, hashCode, toStringpublic static final PatchOperation.Type ADD
public static final PatchOperation.Type REMOVE
public static final PatchOperation.Type REPLACE
public Type(String typeName)
public static PatchOperation.Type of(String typeName)
Copyright © 2022 SAP SE. All rights reserved.