Interface HousesPageableAPI

All Superinterfaces:
HousesAPI
All Known Implementing Classes:
HousesPageableAPIClient

public interface HousesPageableAPI extends HousesAPI
  • Field Details

  • Method Details

    • findHousesPagedBy

      org.springframework.http.ResponseEntity<HousePageDTO> findHousesPagedBy(HouseSearchParams searchParams, org.springframework.data.domain.Pageable pageable)