Class GraphQLResponseBody


  • public class GraphQLResponseBody
    extends java.lang.Object
    Represents the response body output data of an executed GraphQL query. This class should be treated as Immutable.
    Since:
    1.0
    • Constructor Summary

      Constructors 
      Constructor Description
      GraphQLResponseBody​(java.util.Map<java.lang.String,​java.lang.Object> specification)
      Default constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getSpecification()
      Returns the GraphQL response body data.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GraphQLResponseBody

        public GraphQLResponseBody​(java.util.Map<java.lang.String,​java.lang.Object> specification)
        Default constructor.
        Parameters:
        specification - the GraphQL response body data
    • Method Detail

      • getSpecification

        public java.util.Map<java.lang.String,​java.lang.Object> getSpecification()
        Returns the GraphQL response body data.
        Returns:
        the GraphQL response body data