Class GraphQlSchemasState

    • Constructor Detail

      • GraphQlSchemasState

        public GraphQlSchemasState​(java.lang.String pluginId,
                                   java.util.List<GraphQlSchema> graphQlSchemas)
    • Method Detail

      • getGraphQlSchemas

        public java.util.List<@Valid GraphQlSchema> getGraphQlSchemas()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • withPluginId

        public GraphQlSchemasState withPluginId​(java.lang.String pluginId)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withGraphQlSchemas

        public GraphQlSchemasState withGraphQlSchemas​(java.util.List<@Valid GraphQlSchema> graphQlSchemas)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).