Uses of Interface
org.allGraphQLCases.client.CIP_WithID_CIS
Packages that use CIP_WithID_CIS
-
Uses of CIP_WithID_CIS in org.allGraphQLCases.client
Classes in org.allGraphQLCases.client that implement CIP_WithID_CISModifier and TypeClassDescriptionclass
This type is a clone of the InterfaceAllFieldCases interface.class
A concrete class that just implements the above interfaceclass
class
Methods in org.allGraphQLCases.client that return CIP_WithID_CISModifier 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)Methods in org.allGraphQLCases.client with parameters of type CIP_WithID_CISModifier 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)