Package io.stigg.api.operations
Class GetProductsQuery.Products
- java.lang.Object
-
- io.stigg.api.operations.GetProductsQuery.Products
-
- Enclosing class:
- GetProductsQuery
public static class GetProductsQuery.Products extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<GetProductsQuery.Edge>edgesArray of edges.
-
Constructor Summary
Constructors Constructor Description Products(java.util.List<GetProductsQuery.Edge> edges)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
edges
public java.util.List<GetProductsQuery.Edge> edges
Array of edges.
-
-
Constructor Detail
-
Products
public Products(java.util.List<GetProductsQuery.Edge> edges)
-
-