| Modifier and Type | Method and Description |
|---|---|
static RestClient.Type |
RestClient.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestClient.Type[] |
RestClient.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected URL |
RestClient.getEndpointForType(RestClient.Type type,
String name) |
protected org.apache.http.HttpResponse |
RestClient.postMessage(RestClient.Type type,
String name,
String jsonPayload,
Map<String,String> headers) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.