Interface ActionResponse

  • All Superinterfaces:
    Response

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

      • getJsonContent

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