public static enum SpaceDeleteGraphQLMutation.DeleteSpaceFields extends Enum<SpaceDeleteGraphQLMutation.DeleteSpaceFields> implements WWFieldsAttributesInterface
Enum for input parameters for deleteSpace mutation. See WWFieldsAttributesInterface
.
Enum Constant and Description |
---|
ID |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
Class<?> |
getObjectClassType() |
static SpaceDeleteGraphQLMutation.DeleteSpaceFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpaceDeleteGraphQLMutation.DeleteSpaceFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpaceDeleteGraphQLMutation.DeleteSpaceFields ID
public static SpaceDeleteGraphQLMutation.DeleteSpaceFields[] values()
for (SpaceDeleteGraphQLMutation.DeleteSpaceFields c : SpaceDeleteGraphQLMutation.DeleteSpaceFields.values()) System.out.println(c);
public static SpaceDeleteGraphQLMutation.DeleteSpaceFields 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 getLabel()
getLabel
in interface WWFieldsAttributesInterface
public Class<?> getObjectClassType()
getObjectClassType
in interface WWFieldsAttributesInterface
Copyright © 2018 OpenNTF. All rights reserved.