Interface HouseRentalsPageableAPI
- All Superinterfaces:
HouseRentalsAPI
- All Known Implementing Classes:
HouseRentalsPageableAPIClient
-
Field Summary
FieldsFields inherited from interface info.ejava_student.starter.assignment2.api.houserentals.client.HouseRentalsAPI
HOUSERENTAL_PATH, HOUSERENTALS_PATH -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<HouseRentalPageDTO> getHouseRentalsPaged(String houseId, String renterId, org.springframework.data.domain.Pageable pageable)
-
Field Details
-
HOUSERENTALS_PAGED_PATH
- See Also:
-
-
Method Details
-
getHouseRentalsPaged
org.springframework.http.ResponseEntity<HouseRentalPageDTO> getHouseRentalsPaged(String houseId, String renterId, org.springframework.data.domain.Pageable pageable)
-