| Package | Description | 
|---|---|
| javax.ws.rs.client | 
 The Client API 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Invocation | 
Invocation.Builder.build(String method)
Build a request invocation using an arbitrary request method name. 
 | 
Invocation | 
Invocation.Builder.build(String method,
     Entity<?> entity)
Build a request invocation using an arbitrary request method name and
 request entity. 
 | 
Invocation | 
Invocation.Builder.buildDelete()
Build a DELETE request invocation. 
 | 
Invocation | 
Invocation.Builder.buildGet()
Build a GET request invocation. 
 | 
Invocation | 
Invocation.Builder.buildPost(Entity<?> entity)
Build a POST request invocation. 
 | 
Invocation | 
Invocation.Builder.buildPut(Entity<?> entity)
Build a PUT request invocation. 
 | 
Invocation | 
Invocation.property(String name,
        Object value)
Set a new property in the context of a request represented by this invocation. 
 | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.