| Package | Description |
|---|---|
| manifold.api.json |
| Modifier and Type | Method and Description |
|---|---|
Requester<T> |
Requester.withAuthorization(String tokenType,
String accessToken) |
Requester<T> |
Requester.withBasicAuthorization(String username,
String password)
Set the Basic Authorization header using the provided
username and password |
Requester<T> |
Requester.withBearerAuthorization(String accessToken)
Set the Bearer Authorization header using the provided
accessToken. |
Requester<T> |
Requester.withHeader(String name,
String value)
|
Requester<T> |
Requester.withResponseFormat(Requester.Format format)
Set the default format expected in the response.
|
Requester<T> |
Requester.withTimeout(int timeout)
The connection timeout setting in milliseconds.
|
Copyright © 2020. All rights reserved.