public static enum SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation extends Enum<SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation>
Modifier and Type | Method and Description |
---|---|
static SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation ADD
public static final SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation REMOVE
public static SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation[] values()
for (SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation c : SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation.values()) System.out.println(c);
public static SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation 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 nullCopyright © 2018 OpenNTF. All rights reserved.