Package org.allGraphQLCases.server
Class STP_AnotherMutationType_STS.Builder
java.lang.Object
org.allGraphQLCases.server.STP_AnotherMutationType_STS.Builder
- Enclosing class:
- STP_AnotherMutationType_STS
public static class STP_AnotherMutationType_STS.Builder extends Object
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
STP_AnotherMutationType_STS.builder()
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
Modifier and Type Method Description STP_AnotherMutationType_STS
build()
STP_AnotherMutationType_STS.Builder
withCreateAllFieldCases(STP_AllFieldCases_STS createAllFieldCases)
STP_AnotherMutationType_STS.Builder
withCreateHuman(STP_Human_STS createHuman)
STP_AnotherMutationType_STS.Builder
withDeleteSnacks(Boolean deleteSnacks)
STP_AnotherMutationType_STS.Builder
withIf(String _if)
STP_AnotherMutationType_STS.Builder
withImplements(String _implements)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withCreateHuman
-
withCreateAllFieldCases
public STP_AnotherMutationType_STS.Builder withCreateAllFieldCases(STP_AllFieldCases_STS createAllFieldCases) -
withDeleteSnacks
-
withIf
-
withImplements
-
build
-