public static enum SpacesGraphQLQuery.SpacesAttributes extends Enum<SpacesGraphQLQuery.SpacesAttributes> implements WWFieldsAttributesInterface
Enum for filtering a Spaces query (in addition to PageInfo options). See WWFieldsAttributesInterface
.
Enum Constant and Description |
---|
UPDATED_SINCE |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
Class<?> |
getObjectClassType() |
static SpacesGraphQLQuery.SpacesAttributes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpacesGraphQLQuery.SpacesAttributes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpacesGraphQLQuery.SpacesAttributes UPDATED_SINCE
public static SpacesGraphQLQuery.SpacesAttributes[] values()
for (SpacesGraphQLQuery.SpacesAttributes c : SpacesGraphQLQuery.SpacesAttributes.values()) System.out.println(c);
public static SpacesGraphQLQuery.SpacesAttributes 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.