Package org.forgerock.json.resource
Interface ActionResponse
- All Superinterfaces:
- Response
Response object for JSON responses.
- 
Method SummaryModifier and TypeMethodDescriptionReturn this response as a result Promise.Gets theJsonValuecontent contained in theResponse.Methods inherited from interface org.forgerock.json.resource.ResponsegetCacheControl, getResourceApiVersion, setResourceApiVersion
- 
Method Details- 
getJsonContentJsonValue getJsonContent()Gets theJsonValuecontent contained in theResponse.- Returns:
- The JsonValueresponse content.
 
- 
asPromisePromise<ActionResponse,ResourceException> asPromise()Return this response as a result Promise.- Returns:
- A Promise whose result is this ActionResponse object.
 
 
-