Uses of Interface
org.allGraphQLCases.client.CIP_WithID_CIS
-
Uses of CIP_WithID_CIS in org.allGraphQLCases.client
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 TypeMethodDescriptionCTP_ReservedJavaKeywordAllFieldCases_CTS.getImplements()
A field with a java reserved name which is an interfaceCTP_ReservedJavaKeywordAllFieldCases_CTS.getNonJavaKeywordField()
A field with a _non_ java reserved name which is an interface (to check standard behavior)Modifier and TypeMethodDescriptionvoid
CTP_ReservedJavaKeywordAllFieldCases_CTS.setImplements
(CIP_WithID_CIS _implements) A field with a java reserved name which is an interfacevoid
CTP_ReservedJavaKeywordAllFieldCases_CTS.setNonJavaKeywordField
(CIP_WithID_CIS nonJavaKeywordField) A field with a _non_ java reserved name which is an interface (to check standard behavior)CTP_ReservedJavaKeywordAllFieldCases_CTS.Builder.withImplements
(CIP_WithID_CIS _implementsParam) A field with a java reserved name which is an interfaceCTP_ReservedJavaKeywordAllFieldCases_CTS.Builder.withNonJavaKeywordField
(CIP_WithID_CIS nonJavaKeywordFieldParam) A field with a _non_ java reserved name which is an interface (to check standard behavior)