Package io.constructor.client.models
Class SortOptionsResponse
java.lang.Object
io.constructor.client.models.SortOptionsResponse
Constructor.io Sort Options Response ... uses Gson/Reflection to load data in
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetSortOptions(List<SortOption> sortOptions) voidsetTotalCount(int totalCount)
-
Constructor Details
-
SortOptionsResponse
public SortOptionsResponse()
-
-
Method Details
-
getTotalCount
public int getTotalCount()- Returns:
- the total count
-
setTotalCount
public void setTotalCount(int totalCount) - Parameters:
totalCount- the total count to set
-
getSortOptions
- Returns:
- the sort options
-
setSortOptions
- Parameters:
sortOptions- the sort options to set
-