Class MasterGraphQuery.OwlImportsArguments
- java.lang.Object
-
- com.shopify.graphql.support.Arguments
-
- org.topbraidlive.client.java.graphql.platform.MasterGraphQuery.OwlImportsArguments
-
- Enclosing class:
- MasterGraphQuery
public class MasterGraphQuery.OwlImportsArguments extends Arguments
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MasterGraphQuery.OwlImportsArgumentscreationTimeStamp(String value)MasterGraphQuery.OwlImportsArgumentscreator(ID value)MasterGraphQuery.OwlImportsArgumentsdescription(String value)MasterGraphQuery.OwlImportsArgumentsfilter(String value)MasterGraphQuery.OwlImportsArgumentsorderAll(Boolean value)MasterGraphQuery.OwlImportsArgumentsorderBy(Graph_FieldsEnum value)MasterGraphQuery.OwlImportsArgumentsorderByDesc(Boolean value)MasterGraphQuery.OwlImportsArgumentsorderByExpr(String value)MasterGraphQuery.OwlImportsArgumentsqueryText(String value)MasterGraphQuery.OwlImportsArgumentsuri(ID value)MasterGraphQuery.OwlImportsArgumentswhere(Graph_where value)-
Methods inherited from class com.shopify.graphql.support.Arguments
end, startArgument
-
-
-
-
Method Detail
-
queryText
public MasterGraphQuery.OwlImportsArguments queryText(String value)
-
filter
public MasterGraphQuery.OwlImportsArguments filter(String value)
-
uri
public MasterGraphQuery.OwlImportsArguments uri(ID value)
-
orderBy
public MasterGraphQuery.OwlImportsArguments orderBy(Graph_FieldsEnum value)
-
orderByExpr
public MasterGraphQuery.OwlImportsArguments orderByExpr(String value)
-
orderByDesc
public MasterGraphQuery.OwlImportsArguments orderByDesc(Boolean value)
-
orderAll
public MasterGraphQuery.OwlImportsArguments orderAll(Boolean value)
-
creationTimeStamp
public MasterGraphQuery.OwlImportsArguments creationTimeStamp(String value)
-
creator
public MasterGraphQuery.OwlImportsArguments creator(ID value)
-
description
public MasterGraphQuery.OwlImportsArguments description(String value)
-
where
public MasterGraphQuery.OwlImportsArguments where(Graph_where value)
-
-