Interface ActionResponse

All Superinterfaces:
Response

public interface ActionResponse extends Response
Response object for JSON responses.
  • Method Details

    • getJsonContent

      JsonValue getJsonContent()
      Gets the JsonValue content contained in the Response.
      Returns:
      The JsonValue response content.
    • asPromise

      Return this response as a result Promise.
      Returns:
      A Promise whose result is this ActionResponse object.