public static enum GraphQLDTOContributor.Operation extends java.lang.Enum<GraphQLDTOContributor.Operation>
Enum Constant and Description |
---|
CREATE |
DELETE |
GET |
GET_RELATIONSHIP |
LIST |
UPDATE |
Modifier and Type | Method and Description |
---|---|
static GraphQLDTOContributor.Operation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GraphQLDTOContributor.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphQLDTOContributor.Operation CREATE
public static final GraphQLDTOContributor.Operation DELETE
public static final GraphQLDTOContributor.Operation GET
public static final GraphQLDTOContributor.Operation GET_RELATIONSHIP
public static final GraphQLDTOContributor.Operation LIST
public static final GraphQLDTOContributor.Operation UPDATE
public static GraphQLDTOContributor.Operation[] values()
for (GraphQLDTOContributor.Operation c : GraphQLDTOContributor.Operation.values()) System.out.println(c);
public static GraphQLDTOContributor.Operation 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 null