Package org.allGraphQLCases.server
Class STP_Droid_STS.Builder
java.lang.Object
org.allGraphQLCases.server.STP_Droid_STS.Builder
- Enclosing class:
- STP_Droid_STS
public static class STP_Droid_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_Droid_STS.builder()
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
Modifier and Type Method Description STP_Droid_STS
build()
STP_Droid_STS.Builder
withAppearsIn(List<SEP_Episode_SES> appearsIn)
STP_Droid_STS.Builder
withFriends(List<SIP_Character_SIS> friends)
STP_Droid_STS.Builder
withId(UUID id)
STP_Droid_STS.Builder
withName(String name)
STP_Droid_STS.Builder
withPrimaryFunction(String primaryFunction)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details