Interface ExtendedInvocationBuilder
- All Superinterfaces:
javax.ws.rs.client.Invocation.Builder,javax.ws.rs.client.SyncInvoker
- All Known Implementing Classes:
DefaultExtendedInvocationBuilder
public interface ExtendedInvocationBuilder
extends javax.ws.rs.client.Invocation.Builder
-
Method Summary
Methods inherited from interface javax.ws.rs.client.Invocation.Builder
accept, accept, acceptEncoding, acceptLanguage, acceptLanguage, async, build, build, buildDelete, buildGet, buildPost, buildPut, cacheControl, cookie, cookie, header, headers, property, rx, rxMethods inherited from interface javax.ws.rs.client.SyncInvoker
delete, delete, delete, get, get, get, head, method, method, method, method, method, method, options, options, options, post, post, post, put, put, put, trace, trace, trace
-
Method Details
-
patch
javax.ws.rs.core.Response patch(javax.ws.rs.client.Entity<?> entity) -
patch
-
patch
<T> T patch(javax.ws.rs.client.Entity<?> entity, javax.ws.rs.core.GenericType<T> genericType)
-