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