Class ConstraintReificationShapeQuery.MessageArguments
- java.lang.Object
-
- com.shopify.graphql.support.Arguments
-
- org.topbraidlive.client.java.graphql.platform.ConstraintReificationShapeQuery.MessageArguments
-
- Enclosing class:
- ConstraintReificationShapeQuery
public class ConstraintReificationShapeQuery.MessageArguments extends Arguments
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstraintReificationShapeQuery.MessageArguments
filter(String value)
ConstraintReificationShapeQuery.MessageArguments
lang(String value)
ConstraintReificationShapeQuery.MessageArguments
transform(String value)
-
Methods inherited from class com.shopify.graphql.support.Arguments
end, startArgument
-
-
-
-
Method Detail
-
lang
public ConstraintReificationShapeQuery.MessageArguments lang(String value)
-
filter
public ConstraintReificationShapeQuery.MessageArguments filter(String value)
-
transform
public ConstraintReificationShapeQuery.MessageArguments transform(String value)
-
-