Package org.allGraphQLCases.client
Class CTP_ReservedJavaKeywordAllFieldCases_CTS.Builder
java.lang.Object
org.allGraphQLCases.client.CTP_ReservedJavaKeywordAllFieldCases_CTS.Builder
- Enclosing class:
- CTP_ReservedJavaKeywordAllFieldCases_CTS
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
CTP_ReservedJavaKeywordAllFieldCases_CTS.builder()
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withIf
(CEP_Unit_CES _ifParam) A field with a java reserved name which is an enumwithImplements
(CIP_WithID_CIS _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
(CTP_Human_CTS _intParam) A field with a java reserved name which is an object typewithInterface
(CUP_AnyCharacter_CUS _interfaceParam) A field with a java reserved name which is a unionwithNonJavaKeywordField
(CIP_WithID_CIS 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 CTP_ReservedJavaKeywordAllFieldCases_CTS.Builder withNonJavaKeywordField(CIP_WithID_CIS nonJavaKeywordFieldParam) A field with a _non_ java reserved name which is an interface (to check standard behavior) -
withImplements
public CTP_ReservedJavaKeywordAllFieldCases_CTS.Builder withImplements(CIP_WithID_CIS _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 CTP_ReservedJavaKeywordAllFieldCases_CTS.Builder withInterface(CUP_AnyCharacter_CUS _interfaceParam) A field with a java reserved name which is a union -
build
-