Package | Description |
---|---|
graphql.execution |
Modifier and Type | Method and Description |
---|---|
FieldValueInfo.CompleteValueType |
FieldValueInfo.getCompleteValueType() |
static FieldValueInfo.CompleteValueType |
FieldValueInfo.CompleteValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldValueInfo.CompleteValueType[] |
FieldValueInfo.CompleteValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FieldValueInfo.Builder |
FieldValueInfo.Builder.completeValueType(FieldValueInfo.CompleteValueType completeValueType) |
static FieldValueInfo.Builder |
FieldValueInfo.newFieldValueInfo(FieldValueInfo.CompleteValueType completeValueType) |
Constructor and Description |
---|
Builder(FieldValueInfo.CompleteValueType completeValueType) |
Copyright © 2019. All rights reserved.