| Package | Description |
|---|---|
| com.openshift.client | |
| com.openshift.internal.client | |
| com.openshift.internal.client.response |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RestService.request(String href,
HttpMethod httpMethod,
Map<String,Object> parameters) |
String |
IRestService.request(String url,
HttpMethod httpMethod,
Map<String,Object> parameters) |
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
Link.getHttpMethod()
Gets the http method this link operates on.
|
| Constructor and Description |
|---|
Link(String rel,
String href,
HttpMethod httpMethod) |
Link(String rel,
String href,
HttpMethod httpMethod,
List<LinkParameter> requiredParams,
List<LinkParameter> optionalParams)
Instantiates a new Link object.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.