Uses of Class
org.restlet.client.data.Conditions

Packages that use Conditions
org.restlet.client Core classes of the API. 
org.restlet.client.resource Client and server resource classes. 
org.restlet.client.util Various utility classes. 
 

Uses of Conditions in org.restlet.client
 

Methods in org.restlet.client that return Conditions
 Conditions Request.getConditions()
          Returns the modifiable conditions applying to this request.
 

Methods in org.restlet.client with parameters of type Conditions
 void Request.setConditions(Conditions conditions)
          Sets the conditions applying to this request.
 

Uses of Conditions in org.restlet.client.resource
 

Methods in org.restlet.client.resource that return Conditions
 Conditions Resource.getConditions()
          Returns the modifiable conditions applying to this request.
 

Methods in org.restlet.client.resource with parameters of type Conditions
 void ClientResource.setConditions(Conditions conditions)
          Sets the conditions applying to this request.
 

Uses of Conditions in org.restlet.client.util
 

Methods in org.restlet.client.util that return Conditions
 Conditions WrapperRequest.getConditions()
          Returns the conditions applying to this call.
 

Methods in org.restlet.client.util with parameters of type Conditions
 void WrapperRequest.setConditions(Conditions conditions)
           
 



Copyright © 2005-2014 Restlet.