java.lang.Object
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.AnotherMutationType
All Implemented Interfaces:
AllTypes1, AllTypes2

public class AnotherMutationType extends Object implements AllTypes2, AllTypes1
A mono line description for AnotherMutationType
Author:
generated by graphql-java-generator
See Also:
  • Constructor Details

    • AnotherMutationType

      public AnotherMutationType()
      Generated by the 'OBJECT' default template from graphql-java-generator (templates/object_type.vm.java)
  • Method Details

    • setCreateHuman

      public void setCreateHuman(Human createHuman)
    • getCreateHuman

      public Human getCreateHuman()
    • setCreateAllFieldCases

      public void setCreateAllFieldCases(AllFieldCases createAllFieldCases)
    • getCreateAllFieldCases

      public AllFieldCases getCreateAllFieldCases()
    • setDeleteSnacks

      public void setDeleteSnacks(Boolean deleteSnacks)
      Tests for issue 51
    • getDeleteSnacks

      public Boolean getDeleteSnacks()
      Tests for issue 51
    • setIf

      public void setIf(String _if)
      test for issue #139 (use of java reserved keyword)
    • getIf

      public String getIf()
      test for issue #139 (use of java reserved keyword)
    • setImplements

      public void setImplements(String _implements)
    • getImplements

      public String getImplements()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static AnotherMutationType.Builder builder()