Package org.allGraphQLCases.server
Class STP_Field_STS.Builder
java.lang.Object
org.allGraphQLCases.server.STP_Field_STS.Builder
- Enclosing class:
- STP_Field_STS
public static class STP_Field_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_Field_STS.builder()
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
Modifier and Type Method Description STP_Field_STS
build()
STP_Field_STS.Builder
withSomeValue(String someValue)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details