Uses of Class
graphql.schema.diff.DiffEvent.Builder
-
Packages that use DiffEvent.Builder Package Description graphql.schema.diff -
-
Uses of DiffEvent.Builder in graphql.schema.diff
Methods in graphql.schema.diff that return DiffEvent.Builder Modifier and Type Method Description static DiffEvent.BuilderDiffEvent. apiBreakage()static DiffEvent.BuilderDiffEvent. apiDanger()static DiffEvent.BuilderDiffEvent. apiInfo()DiffEvent.BuilderDiffEvent.Builder. category(DiffCategory category)DiffEvent.BuilderDiffEvent.Builder. components(java.lang.Object... args)DiffEvent.BuilderDiffEvent.Builder. fieldName(java.lang.String fieldName)DiffEvent.BuilderDiffEvent.Builder. level(DiffLevel level)DiffEvent.BuilderDiffEvent.Builder. reasonMsg(java.lang.String format, java.lang.Object... args)DiffEvent.BuilderDiffEvent.Builder. typeKind(TypeKind typeOfType)DiffEvent.BuilderDiffEvent.Builder. typeName(java.lang.String typeName)
-