public interface GeneralCategoryRecommendationPagedQueryResponse
| Modifier and Type | Method and Description |
|---|---|
static GeneralCategoryRecommendationPagedQueryResponseBuilder |
builder() |
static GeneralCategoryRecommendationPagedQueryResponseBuilder |
builder(GeneralCategoryRecommendationPagedQueryResponse template) |
@NotNull Long |
getCount() |
@NotNull Long |
getOffset() |
@NotNull @Valid List<GeneralCategoryRecommendation> |
getResults() |
@NotNull Long |
getTotal() |
static GeneralCategoryRecommendationPagedQueryResponse |
of() |
static GeneralCategoryRecommendationPagedQueryResponse |
of(GeneralCategoryRecommendationPagedQueryResponse template) |
void |
setCount(Long count) |
void |
setOffset(Long offset) |
void |
setResults(GeneralCategoryRecommendation... results) |
void |
setResults(List<GeneralCategoryRecommendation> results) |
void |
setTotal(Long total) |
default <T> T |
withGeneralCategoryRecommendationPagedQueryResponse(Function<GeneralCategoryRecommendationPagedQueryResponse,T> helper) |
@NotNull @NotNull Long getCount()
@NotNull @NotNull Long getTotal()
@NotNull @NotNull Long getOffset()
@NotNull @Valid @NotNull @Valid List<GeneralCategoryRecommendation> getResults()
void setCount(Long count)
void setTotal(Long total)
void setOffset(Long offset)
void setResults(GeneralCategoryRecommendation... results)
void setResults(List<GeneralCategoryRecommendation> results)
static GeneralCategoryRecommendationPagedQueryResponse of()
static GeneralCategoryRecommendationPagedQueryResponse of(GeneralCategoryRecommendationPagedQueryResponse template)
static GeneralCategoryRecommendationPagedQueryResponseBuilder builder()
static GeneralCategoryRecommendationPagedQueryResponseBuilder builder(GeneralCategoryRecommendationPagedQueryResponse template)
default <T> T withGeneralCategoryRecommendationPagedQueryResponse(Function<GeneralCategoryRecommendationPagedQueryResponse,T> helper)