Uses of Interface
org.allGraphQLCases.client2.WithID
-
Uses of WithID in org.allGraphQLCases.client2
Modifier and TypeClassDescriptionclass
This type is a clone of the InterfaceAllFieldCases interface.class
A concrete class that just implements the above interfaceclass
class
Modifier and TypeMethodDescriptionReservedJavaKeywordAllFieldCases.getImplements()
A field with a java reserved name which is an interfaceReservedJavaKeywordAllFieldCases.getNonJavaKeywordField()
A field with a _non_ java reserved name which is an interface (to check standard behavior)Modifier and TypeMethodDescriptionvoid
ReservedJavaKeywordAllFieldCases.setImplements
(WithID _implements) A field with a java reserved name which is an interfacevoid
ReservedJavaKeywordAllFieldCases.setNonJavaKeywordField
(WithID nonJavaKeywordField) A field with a _non_ java reserved name which is an interface (to check standard behavior)ReservedJavaKeywordAllFieldCases.Builder.withImplements
(WithID _implementsParam) A field with a java reserved name which is an interfaceReservedJavaKeywordAllFieldCases.Builder.withNonJavaKeywordField
(WithID nonJavaKeywordFieldParam) A field with a _non_ java reserved name which is an interface (to check standard behavior)