public interface RestRequestMethod<I,R>
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.http.Header> |
headers() |
HttpMethod |
httpMethod() |
String |
path() |
I |
requestBody() |
Class<R> |
responseClass() |
HttpUriParams |
uriParams() |
HttpMethod httpMethod()
String path()
I requestBody()
List<org.apache.http.Header> headers()
HttpUriParams uriParams()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.