Class StringResponse

  • All Implemented Interfaces:
    GGEntity, GGObject, GGResponseObject, GGString, Scalar<java.lang.String>

    public class StringResponse
    extends ScalarResponse<java.lang.String>
    implements GGString
    The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
    • Constructor Detail

      • StringResponse

        public StringResponse()
      • StringResponse

        public StringResponse​(@Nonnull
                              java.lang.String value)
                       throws java.lang.IllegalArgumentException
        Throws:
        java.lang.IllegalArgumentException - if value is null