Interface GeneralCategoryRecommendationPagedQueryResponse

All Known Implementing Classes:
GeneralCategoryRecommendationPagedQueryResponseImpl

GeneralCategoryRecommendationPagedQueryResponse
Example to create an instance using the builder pattern

     GeneralCategoryRecommendationPagedQueryResponse generalCategoryRecommendationPagedQueryResponse = GeneralCategoryRecommendationPagedQueryResponse.builder()
             .count(0.3)
             .total(0.3)
             .offset(0.3)
             .plusResults(resultsBuilder -> resultsBuilder)
             .build()