Uses of Class
graphql.schema.diff.DiffLevel
-
Packages that use DiffLevel Package Description graphql.schema.diff -
-
Uses of DiffLevel in graphql.schema.diff
Fields in graphql.schema.diff declared as DiffLevel Modifier and Type Field Description (package private) DiffLevelDiffEvent.Builder. levelprivate DiffLevelDiffEvent. levelMethods in graphql.schema.diff that return DiffLevel Modifier and Type Method Description DiffLevelDiffEvent. getLevel()static DiffLevelDiffLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DiffLevel[]DiffLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in graphql.schema.diff with parameters of type DiffLevel Modifier and Type Method Description DiffEvent.BuilderDiffEvent.Builder. level(DiffLevel level)Constructors in graphql.schema.diff with parameters of type DiffLevel Constructor Description DiffEvent(DiffLevel level, DiffCategory category, java.lang.String typeName, java.lang.String fieldName, TypeKind typeOfType, java.lang.String reasonMsg, java.util.List<java.lang.String> components)
-