| Package | Description |
|---|---|
| org.apache.isis.viewer.restfulobjects.applib | |
| org.apache.isis.viewer.restfulobjects.applib.client |
| Modifier and Type | Method and Description |
|---|---|
RestfulHttpMethod |
LinkRepresentation.getHttpMethod() |
static RestfulHttpMethod |
RestfulHttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestfulHttpMethod[] |
RestfulHttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LinkRepresentation |
LinkRepresentation.withMethod(RestfulHttpMethod httpMethod) |
| Modifier and Type | Method and Description |
|---|---|
RestfulRequest |
RestfulClient.createRequest(RestfulHttpMethod httpMethod,
String uriTemplate) |
ClientRequestConfigurer |
ClientRequestConfigurer.setHttpMethod(RestfulHttpMethod httpMethod)
|
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.