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.CreatorArguments
email(String value)
GraphQuery.CreatorArguments
filter(String value)
GraphQuery.CreatorArguments
orderAll(Boolean value)
GraphQuery.CreatorArguments
orderBy(User_FieldsEnum value)
GraphQuery.CreatorArguments
orderByDesc(Boolean value)
GraphQuery.CreatorArguments
orderByExpr(String value)
GraphQuery.CreatorArguments
queryText(String value)
GraphQuery.CreatorArguments
uri(ID value)
GraphQuery.CreatorArguments
where(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)
-
-