public class BuildpackInstallationList extends Object implements Request<Range<BuildpackInstallation>>
| Constructor and Description |
|---|
BuildpackInstallationList(String appName) |
BuildpackInstallationList(String appName,
String range) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody()
Value of the request body.
|
Map<String,Object> |
getBodyAsMap()
Value of the request body as a Map.
|
String |
getEndpoint()
Path and query parameters of a URL.
|
Map<String,String> |
getHeaders()
Map of request-specific HTTP headers. |
Http.Method |
getHttpMethod()
HTTP method.
|
Range<BuildpackInstallation> |
getResponse(byte[] in,
int code,
Map<String,String> responseHeaders)
Response handler.
|
Http.Accept |
getResponseType()
HTTP Accept header.
|
boolean |
hasBody()
Whether or not the request has a body.
|
public BuildpackInstallationList(String appName)
public Http.Method getHttpMethod()
RequestgetHttpMethod in interface Request<Range<BuildpackInstallation>>public String getEndpoint()
RequestgetEndpoint in interface Request<Range<BuildpackInstallation>>public boolean hasBody()
RequesthasBody in interface Request<Range<BuildpackInstallation>>public String getBody()
RequestgetBody in interface Request<Range<BuildpackInstallation>>public Map<String,Object> getBodyAsMap()
RequestgetBodyAsMap in interface Request<Range<BuildpackInstallation>>public Http.Accept getResponseType()
RequestgetResponseType in interface Request<Range<BuildpackInstallation>>Http.Acceptpublic Map<String,String> getHeaders()
RequestMap of request-specific HTTP headers.getHeaders in interface Request<Range<BuildpackInstallation>>public Range<BuildpackInstallation> getResponse(byte[] in, int code, Map<String,String> responseHeaders)
RequestgetResponse in interface Request<Range<BuildpackInstallation>>in - Data returned from the request.code - HTTP status code.T as specified by an individual request.Copyright © 2018. All rights reserved.