Package io.constructor.client.models
Class ItemsResponse
java.lang.Object
io.constructor.client.models.ItemsResponse
Constructor.io Items Response ... uses Gson/Reflection to load data in
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetItems()
int
void
setItems
(List<ConstructorItem> items) void
setTotalCount
(int totalCount)
-
Constructor Details
-
ItemsResponse
public ItemsResponse()
-
-
Method Details
-
getTotalCount
public int getTotalCount()- Returns:
- the totalCount
-
getItems
- Returns:
- the items
-
setTotalCount
public void setTotalCount(int totalCount) -
setItems
-