Class HouseRentalsPageableAPIClient
java.lang.Object
info.ejava_student.starter.assignment2.api.houserentals.client.HouseRentalsAPIClient
info.ejava_student.starter.assignment5.db.houserentals.client.HouseRentalsPageableAPIClient
- All Implemented Interfaces:
HouseRentalsAPI,HouseRentalsPageableAPI
public class HouseRentalsPageableAPIClient
extends HouseRentalsAPIClient
implements HouseRentalsPageableAPI
-
Field Summary
Fields inherited from interface info.ejava_student.starter.assignment2.api.houserentals.client.HouseRentalsAPI
HOUSERENTAL_PATH, HOUSERENTALS_PATHFields inherited from interface info.ejava_student.starter.assignment5.db.houserentals.client.HouseRentalsPageableAPI
HOUSERENTALS_PAGED_PATH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<HouseRentalPageDTO> getHouseRentalsPaged(String houseId, String renterId, org.springframework.data.domain.Pageable pageable)
-
Constructor Details
-
HouseRentalsPageableAPIClient
public HouseRentalsPageableAPIClient()
-
-
Method Details
-
getHouseRentalsPaged
public org.springframework.http.ResponseEntity<HouseRentalPageDTO> getHouseRentalsPaged(String houseId, String renterId, org.springframework.data.domain.Pageable pageable) - Specified by:
getHouseRentalsPagedin interfaceHouseRentalsPageableAPI
-