Package | Description |
---|---|
org.ovirt.engine.api.model | |
org.ovirt.engine.api.restapi.rsdl |
Modifier and Type | Field and Description |
---|---|
protected HttpMethod |
Request.httpMethod |
Modifier and Type | Method and Description |
---|---|
static HttpMethod |
HttpMethod.fromValue(String v) |
HttpMethod |
Request.getHttpMethod()
Gets the value of the httpMethod property.
|
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 |
---|---|
void |
Request.setHttpMethod(HttpMethod value)
Sets the value of the httpMethod property.
|
Modifier and Type | Method and Description |
---|---|
LinkBuilder |
LinkBuilder.httpMethod(HttpMethod httpMethod) |
RsdlBuilder.LinkBuilder |
RsdlBuilder.LinkBuilder.httpMethod(HttpMethod httpMethod) |
Copyright © 2012. All Rights Reserved.