Class HousesPageableAPIClient

java.lang.Object
info.ejava.assignments.api.houserenters.client.houses.HousesAPIClient
info.ejava.assignments.db.houserenters.client.houses.HousesPageableAPIClient
All Implemented Interfaces:
HousesAPI, HousesPageableAPI

public class HousesPageableAPIClient extends HousesAPIClient implements HousesPageableAPI
This client API class extends the base HousesAPIClient to add full paging capability to the finder method.
  • Constructor Details

    • HousesPageableAPIClient

      public HousesPageableAPIClient(org.springframework.web.client.RestTemplate restTemplate, ServerConfig serverConfig, org.springframework.http.MediaType mediaType)
  • Method Details