Uses of Class
io.weaviate.client.base.Response
-
Packages that use Response Package Description io.weaviate.client.base -
-
Uses of Response in io.weaviate.client.base
Methods in io.weaviate.client.base that return Response Modifier and Type Method Description protected Response<T>BaseClient. sendDeleteRequest(String endpoint, Object payload, Class<T> classOfT)protected Response<T>BaseClient. sendGetRequest(String endpoint, Class<T> classOfT)protected Response<T>BaseClient. sendHeadRequest(String endpoint, Class<T> classOfT)protected Response<T>BaseClient. sendPatchRequest(String endpoint, Object payload, Class<T> classOfT)protected Response<T>BaseClient. sendPostRequest(String endpoint, Object payload, Class<T> classOfT)protected Response<T>BaseClient. sendPutRequest(String endpoint, Object payload, Class<T> classOfT)Constructors in io.weaviate.client.base with parameters of type Response Constructor Description Result(Response<T> response)
-