public static enum Patch.PatchOperation extends Enum<Patch.PatchOperation>
| Modifier and Type | Method and Description |
|---|---|
static Patch.PatchOperation |
fromJson(String rawValue) |
String |
toString() |
static Patch.PatchOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Patch.PatchOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Patch.PatchOperation ADD
public static final Patch.PatchOperation REPLACE
public static final Patch.PatchOperation REMOVE
public static Patch.PatchOperation[] values()
for (Patch.PatchOperation c : Patch.PatchOperation.values()) System.out.println(c);
public static Patch.PatchOperation valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<Patch.PatchOperation>public static Patch.PatchOperation fromJson(String rawValue)
Copyright © 2019 LeanIX GmbH. All rights reserved.