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.Builder
DiffEvent. apiBreakage()
static DiffEvent.Builder
DiffEvent. apiDanger()
static DiffEvent.Builder
DiffEvent. apiInfo()
DiffEvent.Builder
DiffEvent.Builder. category(DiffCategory category)
DiffEvent.Builder
DiffEvent.Builder. components(java.lang.Object... args)
DiffEvent.Builder
DiffEvent.Builder. fieldName(java.lang.String fieldName)
DiffEvent.Builder
DiffEvent.Builder. level(DiffLevel level)
DiffEvent.Builder
DiffEvent.Builder. reasonMsg(java.lang.String format, java.lang.Object... args)
DiffEvent.Builder
DiffEvent.Builder. typeKind(TypeKind typeOfType)
DiffEvent.Builder
DiffEvent.Builder. typeName(java.lang.String typeName)
-