Interface GeneralCategoryRecommendationPagedQueryResponse


public interface GeneralCategoryRecommendationPagedQueryResponse
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()