Interface HouseRentalsPageableAPI

All Superinterfaces:
HouseRentalsAPI
All Known Implementing Classes:
HouseRentalsPageableAPIClient

public interface HouseRentalsPageableAPI extends HouseRentalsAPI
  • Field Details

  • Method Details

    • getHouseRentalsPaged

      org.springframework.http.ResponseEntity<HouseRentalPageDTO> getHouseRentalsPaged(String houseId, String renterId, org.springframework.data.domain.Pageable pageable)