public static enum GQLIntrospection.Field extends Enum<GQLIntrospection.Field>
| Enum Constant and Description |
|---|
__schema |
__type |
__typename |
| Modifier and Type | Field and Description |
|---|---|
net.morimekta.providence.descriptor.PStructDescriptor<?> |
arguments |
net.morimekta.providence.descriptor.PDescriptor |
response |
| Modifier and Type | Method and Description |
|---|---|
static GQLIntrospection.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GQLIntrospection.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GQLIntrospection.Field __type
public static final GQLIntrospection.Field __typename
public static final GQLIntrospection.Field __schema
public final net.morimekta.providence.descriptor.PStructDescriptor<?> arguments
public final net.morimekta.providence.descriptor.PDescriptor response
public static GQLIntrospection.Field[] values()
for (GQLIntrospection.Field c : GQLIntrospection.Field.values()) System.out.println(c);
public static GQLIntrospection.Field 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 © 2015–2020 morimekta.net. All rights reserved.