public class InputObjectTypeExtensionDefinition extends InputObjectTypeDefinition
| Constructor and Description |
|---|
InputObjectTypeExtensionDefinition(java.lang.String name) |
InputObjectTypeExtensionDefinition(java.lang.String name,
java.util.List<Directive> directives,
java.util.List<InputValueDefinition> inputValueDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
InputObjectTypeExtensionDefinition |
deepCopy() |
java.lang.String |
toString() |
accept, getChildren, getDescription, getDirectives, getInputValueDefinitions, getName, isEqualTo, setDescriptiondeepCopy, deepCopy, getComments, getSourceLocation, setComments, setSourceLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDirective, getDirectivesByNamegetComments, getSourceLocationpublic InputObjectTypeExtensionDefinition(java.lang.String name)
public InputObjectTypeExtensionDefinition(java.lang.String name,
java.util.List<Directive> directives,
java.util.List<InputValueDefinition> inputValueDefinitions)
public InputObjectTypeExtensionDefinition deepCopy()
deepCopy in interface Definition<InputObjectTypeDefinition>deepCopy in interface Node<InputObjectTypeDefinition>deepCopy in interface TypeDefinition<InputObjectTypeDefinition>deepCopy in class InputObjectTypeDefinitionpublic java.lang.String toString()
toString in class InputObjectTypeDefinition