Uses of Class
org.topbraidlive.client.java.graphql.platform.Literal
-
Packages that use Literal Package Description org.topbraidlive.client.java.graphql.platform -
-
Uses of Literal in org.topbraidlive.client.java.graphql.platform
Methods in org.topbraidlive.client.java.graphql.platform that return Literal Modifier and Type Method Description Literal
Literal. setDatatype(String arg)
Literal
Literal. setLang(String arg)
Literal
Literal. setString(String arg)
Methods in org.topbraidlive.client.java.graphql.platform that return types with arguments of type Literal Modifier and Type Method Description List<Literal>
ConstraintReificationShape. getMessage()
A human-readable message (possibly with placeholders for variables) explaining the cause of the result.Method parameters in org.topbraidlive.client.java.graphql.platform with type arguments of type Literal Modifier and Type Method Description ConstraintReificationShape
ConstraintReificationShape. setMessage(List<Literal> arg)
-