| Modifier and Type | Method and Description |
|---|---|
<T extends RestClient> |
RestClient.addHeader(String key,
String value)
Returns a new OrbitRestClient with where with an extra header
|
protected <T extends RestClient> |
RestClient.newClient(javax.ws.rs.client.WebTarget target,
javax.ws.rs.core.MultivaluedHashMap<String,Object> headers) |
<T extends RestClient> |
RestClient.property(String propertyName,
Object propertyValue)
Builds a new Rest Client with a WebTarget that applies the specified property.
|
<T extends RestClient> |
RestClient.setHeader(String key,
String value)
Returns a new OrbitRestClient with the header
key replaced/set |
<T extends RestClient> |
RestClient.setHeaders(javax.ws.rs.core.MultivaluedMap<String,Object> headers)
Returns a new orbit rest client replacing all the headers
|
Copyright © 2016 Electronic Arts Inc. All rights reserved.