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 LiteralQueryLiteralQuery. addFragmentReference(Fragment<LiteralQuery> fragment)Adds aLiteralQueryfragment reference at the current position of the query.LiteralQueryLiteralQuery. datatype()The URI of the datatype.LiteralQueryLiteralQuery. lang()The language tag such as "en".LiteralQueryLiteralQuery. 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 voidLiteralQueryDefinition. define(LiteralQuery _queryBuilder)Method parameters in org.topbraidlive.client.java.graphql.platform with type arguments of type LiteralQuery Modifier and Type Method Description LiteralQueryLiteralQuery. addFragmentReference(Fragment<LiteralQuery> fragment)Adds aLiteralQueryfragment reference at the current position of the query.
-