Class GraphQuery.CreatorArguments
- java.lang.Object
-
- com.shopify.graphql.support.Arguments
-
- org.topbraidlive.client.java.graphql.platform.GraphQuery.CreatorArguments
-
- Enclosing class:
- GraphQuery
public class GraphQuery.CreatorArguments extends Arguments
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphQuery.CreatorArgumentsemail(String value)GraphQuery.CreatorArgumentsfilter(String value)GraphQuery.CreatorArgumentsorderAll(Boolean value)GraphQuery.CreatorArgumentsorderBy(User_FieldsEnum value)GraphQuery.CreatorArgumentsorderByDesc(Boolean value)GraphQuery.CreatorArgumentsorderByExpr(String value)GraphQuery.CreatorArgumentsqueryText(String value)GraphQuery.CreatorArgumentsuri(ID value)GraphQuery.CreatorArgumentswhere(User_where value)-
Methods inherited from class com.shopify.graphql.support.Arguments
end, startArgument
-
-
-
-
Method Detail
-
queryText
public GraphQuery.CreatorArguments queryText(String value)
-
filter
public GraphQuery.CreatorArguments filter(String value)
-
uri
public GraphQuery.CreatorArguments uri(ID value)
-
orderBy
public GraphQuery.CreatorArguments orderBy(User_FieldsEnum value)
-
orderByExpr
public GraphQuery.CreatorArguments orderByExpr(String value)
-
orderByDesc
public GraphQuery.CreatorArguments orderByDesc(Boolean value)
-
orderAll
public GraphQuery.CreatorArguments orderAll(Boolean value)
-
email
public GraphQuery.CreatorArguments email(String value)
-
where
public GraphQuery.CreatorArguments where(User_where value)
-
-