Uses of Class
com.jalios.rest.client.RestQuery
-
Packages that use RestQuery Package Description com.jalios.rest.client -
-
Uses of RestQuery in com.jalios.rest.client
Methods in com.jalios.rest.client that return RestQuery Modifier and Type Method Description RestQueryRestQuery. addFormMultipartFile(java.lang.String filename, java.io.File file)If this method is called, the Content-Type is form-multipart and it is also the format of the entity body, even if the file in parameter is null or empty.RestQueryRestQuery. addRelateds(Relateds relateds)Add relateds parameter to the query (as parameters in the queryString)RestQueryClientSession. createQuery(java.lang.String resourcePath)RestQueryClientSession. createQuery(org.restlet.data.Reference reference)RestQueryRestQuery. setAuthentication(Authentication authentication)A specific authentification may be used for this query.RestQueryRestQuery. setForm(org.restlet.data.Form form)Add a list of parameters to the current query.RestQueryRestQuery. setParam(java.lang.String key, java.lang.String value)Add one parameter to the current query.
-