Class ExecutionResponse


  • public class ExecutionResponse
    extends Object
    Response from an execution
    Author:
    Phillip Kruger (phillip.kruger@redhat.com)
    • Constructor Detail

      • ExecutionResponse

        public ExecutionResponse​(graphql.ExecutionResult executionResult)
      • ExecutionResponse

        public ExecutionResponse​(graphql.ExecutionResult executionResult,
                                 Map<String,​Object> addedExtensions)
    • Method Detail

      • getExecutionResult

        public graphql.ExecutionResult getExecutionResult()
      • getExecutionResultAsJsonObject

        public jakarta.json.JsonObject getExecutionResultAsJsonObject()
      • getExecutionResultAsString

        public String getExecutionResultAsString()