Uses of Class
com.relationalai.QueryParams
-
Packages that use QueryParams Package Description com.relationalai -
-
Uses of QueryParams in com.relationalai
Methods in com.relationalai with parameters of type QueryParams Modifier and Type Method Description Object
Client. delete(String path, QueryParams params, String body)
Object
Client. get(String path, QueryParams params)
Object
Client. get(String path, Map<String,String> headers, QueryParams params)
Object
Client. patch(String path, QueryParams params, String body)
Object
Client. post(String path, QueryParams params, String body)
Object
Client. put(String path, QueryParams params, String body)
Object
Client. request(String method, String path, QueryParams params)
Object
Client. request(String method, String path, Map<String,String> headers, QueryParams params, String body)
-