Package org.allGraphQLCases.server
Class STP_Field_STS
java.lang.Object
org.allGraphQLCases.server.STP_Field_STS
public class STP_Field_STS extends Object
############################
test for issue #130
- Author:
- generated by graphql-java-generator
- See Also:
- https://github.com/graphql-java-generator/graphql-java-generator
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
STP_Field_STS.Builder
The Builder that helps building instance of this POJO. -
Constructor Summary
Constructors Constructor Description STP_Field_STS()
-
Method Summary
Modifier and Type Method Description static STP_Field_STS.Builder
builder()
String
getSomeValue()
Generates a clash between the java classname, and the enum that contains the list of of fields.void
setSomeValue(String someValue)
Generates a clash between the java classname, and the enum that contains the list of of fields.String
toString()
-
Constructor Details
-
STP_Field_STS
public STP_Field_STS()
-
-
Method Details
-
setSomeValue
Generates a clash between the java classname, and the enum that contains the list of of fields. -
getSomeValue
Generates a clash between the java classname, and the enum that contains the list of of fields. -
toString
-
builder
-