Uses of Class
cz.diribet.chystat.api.client.ResponsePayload
-
Packages that use ResponsePayload Package Description cz.diribet.chystat.api.client cz.diribet.chystat.api.client.impl -
-
Uses of ResponsePayload in cz.diribet.chystat.api.client
Methods in cz.diribet.chystat.api.client that return ResponsePayload Modifier and Type Method Description ResponsePayloadIApiClient. delete(String path)Executes DELETE request and returns response if the request was successful [200..300).ResponsePayloadIApiClient. get(String path)Executes GET request and returns response if the request was successful [200..300).ResponsePayloadIApiClient. patch(String path, Object payload)Executes PATCH request and returns response if the request was successful [200..300).ResponsePayloadIApiClient. post(String path, Object payload)Executes POST request and returns response if the request was successful [200..300).ResponsePayloadIApiClient. put(String path, Object payload)Executes PUT request and returns response if the request was successful [200..300). -
Uses of ResponsePayload in cz.diribet.chystat.api.client.impl
Methods in cz.diribet.chystat.api.client.impl that return ResponsePayload Modifier and Type Method Description ResponsePayloadOkHttpApiClient. delete(String path)ResponsePayloadOkHttpApiClient. get(String path)ResponsePayloadOkHttpApiClient. patch(String path, Object payload)ResponsePayloadOkHttpApiClient. post(String path, Object payload)ResponsePayloadOkHttpApiClient. put(String path, Object payload)
-