Package io.stigg.api.operations
Class GetProductsQuery.Edge
- java.lang.Object
-
- io.stigg.api.operations.GetProductsQuery.Edge
-
- Enclosing class:
- GetProductsQuery
public static class GetProductsQuery.Edge extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description GetProductsQuery.NodenodeThe node containing the Product
-
Constructor Summary
Constructors Constructor Description Edge(GetProductsQuery.Node node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
node
public GetProductsQuery.Node node
The node containing the Product
-
-
Constructor Detail
-
Edge
public Edge(GetProductsQuery.Node node)
-
-