Uses of Class
com.graphql_java_generator.client.directive.DirectiveLocation
Package | Description |
---|---|
com.graphql_java_generator.client.directive |
-
Uses of DirectiveLocation in com.graphql_java_generator.client.directive
Methods in com.graphql_java_generator.client.directive that return DirectiveLocation Modifier and Type Method Description static DirectiveLocation
DirectiveLocation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DirectiveLocation[]
DirectiveLocation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.graphql_java_generator.client.directive that return types with arguments of type DirectiveLocation Modifier and Type Method Description java.util.List<DirectiveLocation>
Directive. getDirectiveLocations()
Method parameters in com.graphql_java_generator.client.directive with type arguments of type DirectiveLocation Modifier and Type Method Description void
Directive. setDirectiveLocations(java.util.List<DirectiveLocation> directiveLocations)