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.OwlImportsArguments
creationTimeStamp(String value)
MasterGraphQuery.OwlImportsArguments
creator(ID value)
MasterGraphQuery.OwlImportsArguments
description(String value)
MasterGraphQuery.OwlImportsArguments
filter(String value)
MasterGraphQuery.OwlImportsArguments
orderAll(Boolean value)
MasterGraphQuery.OwlImportsArguments
orderBy(Graph_FieldsEnum value)
MasterGraphQuery.OwlImportsArguments
orderByDesc(Boolean value)
MasterGraphQuery.OwlImportsArguments
orderByExpr(String value)
MasterGraphQuery.OwlImportsArguments
queryText(String value)
MasterGraphQuery.OwlImportsArguments
uri(ID value)
MasterGraphQuery.OwlImportsArguments
where(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)
-
-