Interface CustomerGroupPagedQueryResponse

All Superinterfaces:
ResourcePagedQueryResponse<CustomerGroup>
All Known Implementing Classes:
CustomerGroupPagedQueryResponseImpl

PagedQueryResult with results containing an array of CustomerGroup.


Example to create an instance using the builder pattern

     CustomerGroupPagedQueryResponse customerGroupPagedQueryResponse = CustomerGroupPagedQueryResponse.builder()
             .limit(0.3)
             .offset(0.3)
             .count(0.3)
             .plusResults(resultsBuilder -> resultsBuilder)
             .build()