public static enum Op.OpFunction extends java.lang.Enum<Op.OpFunction>
| Enum Constant and Description |
|---|
BATCH_DELETE |
BATCH_PATCH |
BATCH_POST |
BATCH_PUT |
DELETE |
FIND |
GET |
PATCH |
POST |
PUT |
RELATED |
| Modifier and Type | Method and Description |
|---|---|
static Op.OpFunction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Op.OpFunction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Op.OpFunction GET
public static final Op.OpFunction FIND
public static final Op.OpFunction RELATED
public static final Op.OpFunction POST
public static final Op.OpFunction PUT
public static final Op.OpFunction PATCH
public static final Op.OpFunction DELETE
public static final Op.OpFunction BATCH_POST
public static final Op.OpFunction BATCH_PUT
public static final Op.OpFunction BATCH_PATCH
public static final Op.OpFunction BATCH_DELETE
public static Op.OpFunction[] values()
for (Op.OpFunction c : Op.OpFunction.values()) System.out.println(c);
public static Op.OpFunction valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2023 Rocket Partners, LLC. All rights reserved.