Uses of Class
org.topbraidlive.client.java.graphql.platform.ConstraintReificationShapeQuery
-
Packages that use ConstraintReificationShapeQuery Package Description org.topbraidlive.client.java.graphql.platform -
-
Uses of ConstraintReificationShapeQuery in org.topbraidlive.client.java.graphql.platform
Methods in org.topbraidlive.client.java.graphql.platform that return ConstraintReificationShapeQuery Modifier and Type Method Description ConstraintReificationShapeQuery
ConstraintReificationShapeQuery. addFragmentReference(Fragment<ConstraintReificationShapeQuery> fragment)
Adds aConstraintReificationShapeQuery
fragment reference at the current position of the query.ConstraintReificationShapeQuery
ConstraintReificationShapeQuery. label()
A human-readable display label.ConstraintReificationShapeQuery
ConstraintReificationShapeQuery. message(ConstraintReificationShapeQuery.MessageArgumentsDefinition argsDef, LiteralQueryDefinition queryDef)
A human-readable message (possibly with placeholders for variables) explaining the cause of the result.ConstraintReificationShapeQuery
ConstraintReificationShapeQuery. message(LiteralQueryDefinition queryDef)
A human-readable message (possibly with placeholders for variables) explaining the cause of the result.ConstraintReificationShapeQuery
ConstraintReificationShapeQuery. Results(_ValidationResultQueryDefinition queryDef)
The (validation) results for the surrounding object, e.g.ConstraintReificationShapeQuery
ConstraintReificationShapeQuery. severity(_ResourceQueryDefinition queryDef)
Defines the severity that validation results produced by a shape must have.ConstraintReificationShapeQuery
ConstraintReificationShapeQuery. type(_ResourceQueryDefinition queryDef)
The types of this ConstraintReificationShapeConstraintReificationShapeQuery
ConstraintReificationShapeQuery. uri()
The URI of the resource.Methods in org.topbraidlive.client.java.graphql.platform that return types with arguments of type ConstraintReificationShapeQuery Modifier and Type Method Description static Fragment<ConstraintReificationShapeQuery>
ConstraintReificationShapeQuery. createFragment(String name, ConstraintReificationShapeQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.Methods in org.topbraidlive.client.java.graphql.platform with parameters of type ConstraintReificationShapeQuery Modifier and Type Method Description void
ConstraintReificationShapeQueryDefinition. define(ConstraintReificationShapeQuery _queryBuilder)
Method parameters in org.topbraidlive.client.java.graphql.platform with type arguments of type ConstraintReificationShapeQuery Modifier and Type Method Description ConstraintReificationShapeQuery
ConstraintReificationShapeQuery. addFragmentReference(Fragment<ConstraintReificationShapeQuery> fragment)
Adds aConstraintReificationShapeQuery
fragment reference at the current position of the query.
-