Uses of Class
org.topbraidlive.client.java.graphql.platform.LiteralQuery
-
Packages that use LiteralQuery Package Description org.topbraidlive.client.java.graphql.platform -
-
Uses of LiteralQuery in org.topbraidlive.client.java.graphql.platform
Methods in org.topbraidlive.client.java.graphql.platform that return LiteralQuery Modifier and Type Method Description LiteralQuery
LiteralQuery. addFragmentReference(Fragment<LiteralQuery> fragment)
Adds aLiteralQuery
fragment reference at the current position of the query.LiteralQuery
LiteralQuery. datatype()
The URI of the datatype.LiteralQuery
LiteralQuery. lang()
The language tag such as "en".LiteralQuery
LiteralQuery. string()
The literal's string (lexical form).Methods in org.topbraidlive.client.java.graphql.platform that return types with arguments of type LiteralQuery Modifier and Type Method Description static Fragment<LiteralQuery>
LiteralQuery. createFragment(String name, LiteralQueryDefinition queryDef)
Creates a GraphQL "named" fragment with the specified query type definition.Methods in org.topbraidlive.client.java.graphql.platform with parameters of type LiteralQuery Modifier and Type Method Description void
LiteralQueryDefinition. define(LiteralQuery _queryBuilder)
Method parameters in org.topbraidlive.client.java.graphql.platform with type arguments of type LiteralQuery Modifier and Type Method Description LiteralQuery
LiteralQuery. addFragmentReference(Fragment<LiteralQuery> fragment)
Adds aLiteralQuery
fragment reference at the current position of the query.
-