| Package | Description |
|---|---|
| org.igniterealtime.restclient | |
| org.igniterealtime.restclient.enums |
| Modifier and Type | Method and Description |
|---|---|
SupportedMediaType |
RestClient.getMediaType()
Gets the mediaType.
|
| Modifier and Type | Method and Description |
|---|---|
RestClient.RestClientBuilder |
RestClient.RestClientBuilder.mediaType(SupportedMediaType mediaType)
.
|
void |
RestClient.setMediaType(SupportedMediaType mediaType)
Sets the mediaType.
|
| Constructor and Description |
|---|
RestApiClient(String url,
int port,
AuthenticationToken authenticationToken,
int connectionTimeout,
SupportedMediaType mediaType)
Instantiates a new rest api client.
|
RestApiClient(String url,
int port,
AuthenticationToken authenticationToken,
SupportedMediaType mediaType)
Instantiates a new rest api client.
|
| Modifier and Type | Method and Description |
|---|---|
static SupportedMediaType |
SupportedMediaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportedMediaType[] |
SupportedMediaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.