public interface ProjectCategoryRecommendationPagedQueryResponse
@NotNull @NotNull Long getCount()
@NotNull @NotNull Long getTotal()
@NotNull @NotNull Long getOffset()
@NotNull @Valid @NotNull @Valid List<ProjectCategoryRecommendation> getResults()
@NotNull @Valid @NotNull @Valid ProjectCategoryRecommendationMeta getMeta()
void setCount(Long count)
void setTotal(Long total)
void setOffset(Long offset)
void setResults(ProjectCategoryRecommendation... results)
void setResults(List<ProjectCategoryRecommendation> results)
void setMeta(ProjectCategoryRecommendationMeta meta)
static ProjectCategoryRecommendationPagedQueryResponse of()
static ProjectCategoryRecommendationPagedQueryResponse of(ProjectCategoryRecommendationPagedQueryResponse template)
static ProjectCategoryRecommendationPagedQueryResponseBuilder builder()
static ProjectCategoryRecommendationPagedQueryResponseBuilder builder(ProjectCategoryRecommendationPagedQueryResponse template)
default <T> T withProjectCategoryRecommendationPagedQueryResponse(Function<ProjectCategoryRecommendationPagedQueryResponse,T> helper)