Package graphql.schema.diffing.ana
Class SchemaDifference.AppliedDirectiveEnumValueLocation
- java.lang.Object
-
- graphql.schema.diffing.ana.SchemaDifference.AppliedDirectiveEnumValueLocation
-
- All Implemented Interfaces:
SchemaDifference.AppliedDirectiveLocationDetail
- Enclosing interface:
- SchemaDifference
public static class SchemaDifference.AppliedDirectiveEnumValueLocation extends java.lang.Object implements SchemaDifference.AppliedDirectiveLocationDetail
-
-
Constructor Summary
Constructors Constructor Description AppliedDirectiveEnumValueLocation(java.lang.String enumName, java.lang.String valueName, java.lang.String directiveName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDirectiveName()
java.lang.String
getEnumName()
java.lang.String
getValueName()
-