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.client
Methods in org.apache.juneau.rest.client that return RestOperationModifier and TypeMethodDescriptionRestOperation.hasContent
(boolean value) Overrides the default value for thehasContent()
method.static RestOperation
Creator.static RestOperation
Creator.Methods in org.apache.juneau.rest.client with parameters of type RestOperationModifier and TypeMethodDescriptionprotected RestRequest
RestClient.request
(RestOperation op) Perform an arbitrary request against the specified URI. -
Uses of RestOperation in org.apache.juneau.rest.mock
Methods in org.apache.juneau.rest.mock with parameters of type RestOperation