Uses of Class
technology.semi.weaviate.client.base.Response
-
Packages that use Response Package Description technology.semi.weaviate.client.base -
-
Uses of Response in technology.semi.weaviate.client.base
Methods in technology.semi.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 technology.semi.weaviate.client.base with parameters of type Response Constructor Description Result(Response<T> response)
-