Package org.allGraphQLCases.server
Class STP_ReservedJavaKeywordAllFieldCases_STS.Builder
java.lang.Object
org.allGraphQLCases.server.STP_ReservedJavaKeywordAllFieldCases_STS.Builder
- Enclosing class:
- STP_ReservedJavaKeywordAllFieldCases_STS
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
STP_ReservedJavaKeywordAllFieldCases_STS.builder()
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withIf
(SEP_Unit_SES _ifParam) A field with a java reserved name which is an enumwithImplements
(SIP_WithID_SIS _implementsParam) A field with a java reserved name which is an interfacewithImport
(String _importParam) A field with a java reserved name which is a scalar (standard)withInstanceof
(Date _instanceofParam) A field with a java reserved name which is a scalar (custom)withInt
(STP_Human_STS _intParam) A field with a java reserved name which is an object typewithInterface
(SUP_AnyCharacter_SUS _interfaceParam) A field with a java reserved name which is a unionwithNonJavaKeywordField
(SIP_WithID_SIS nonJavaKeywordFieldParam) A field with a _non_ java reserved name which is an interface (to check standard behavior)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withIf
A field with a java reserved name which is an enum -
withNonJavaKeywordField
public STP_ReservedJavaKeywordAllFieldCases_STS.Builder withNonJavaKeywordField(SIP_WithID_SIS nonJavaKeywordFieldParam) A field with a _non_ java reserved name which is an interface (to check standard behavior) -
withImplements
public STP_ReservedJavaKeywordAllFieldCases_STS.Builder withImplements(SIP_WithID_SIS _implementsParam) A field with a java reserved name which is an interface -
withImport
A field with a java reserved name which is a scalar (standard) -
withInstanceof
A field with a java reserved name which is a scalar (custom) -
withInt
A field with a java reserved name which is an object type -
withInterface
public STP_ReservedJavaKeywordAllFieldCases_STS.Builder withInterface(SUP_AnyCharacter_SUS _interfaceParam) A field with a java reserved name which is a union -
build
-