public abstract class AsyncParameterizedServiceInstanceRequest extends AsyncServiceInstanceRequest
Modifier and Type | Field and Description |
---|---|
protected Map<String,Object> |
parameters
Parameters passed by the user in the form of a JSON structure.
|
ASYNC_REQUEST_PARAMETER, asyncAccepted
API_INFO_LOCATION_HEADER, apiInfoLocation, cfInstanceId, ORIGINATING_IDENTITY_HEADER, originatingIdentity
Constructor and Description |
---|
AsyncParameterizedServiceInstanceRequest(Map<String,Object> parameters,
Context context) |
public <T> T getParameters(Class<T> cls)