| Package | Description |
|---|---|
| javax.ws.rs.client |
| Modifier and Type | Method and Description |
|---|---|
Invocation |
Invocation.Builder.build(String method) |
Invocation |
Invocation.Builder.build(String method,
Entity<?> entity) |
Invocation |
Invocation.Builder.buildDelete() |
Invocation |
Invocation.Builder.buildGet() |
Invocation |
Invocation.Builder.buildPost(Entity<?> entity) |
Invocation |
Invocation.Builder.buildPut(Entity<?> entity) |
Invocation |
Invocation.property(String name,
Object value) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.