Uses of Class
org.apache.juneau.rest.client.RestOperation
Packages that use RestOperation
Package
Description
REST Client API
REST Server Mock API
- 
Uses of RestOperation in org.apache.juneau.rest.clientMethods in org.apache.juneau.rest.client that return RestOperationModifier and TypeMethodDescriptionRestOperation.hasContent(boolean value) Overrides the default value for thehasContent()method.static RestOperationCreator.static RestOperationCreator.Methods in org.apache.juneau.rest.client with parameters of type RestOperationModifier and TypeMethodDescriptionprotected RestRequestRestClient.request(RestOperation op) Perform an arbitrary request against the specified URI.
- 
Uses of RestOperation in org.apache.juneau.rest.mockMethods in org.apache.juneau.rest.mock with parameters of type RestOperation