Uses of Class
com.crowdar.api.rest.RestClient
-
Packages that use RestClient Package Description com.crowdar.api.rest -
-
Uses of RestClient in com.crowdar.api.rest
Methods in com.crowdar.api.rest that return RestClient Modifier and Type Method Description static RestClientMethodsService. getRestClient()static RestClientRestClient. getRestClient()static RestClientRestClient. getRestClient(org.springframework.web.client.RestTemplate restTemplate)Methods in com.crowdar.api.rest with parameters of type RestClient Modifier and Type Method Description static <T> ResponseMethodsService. delete(Request req, java.lang.Class<T> classModel, RestClient restClient)static <T> ResponseMethodsService. get(Request req, java.lang.Class<T> classModel, RestClient restClient)static <T> ResponseMethodsService. patch(Request req, java.lang.Class<T> classModel, RestClient restClient)static <T> ResponseMethodsService. post(Request req, java.lang.Class<T> classModel, RestClient restClient)static <T> ResponseMethodsService. put(Request req, java.lang.Class<T> classModel, RestClient restClient)
-