Uses of Class
org.allGraphQLCases.client.CTP_TBar12_CTS
Packages that use CTP_TBar12_CTS
-
Uses of CTP_TBar12_CTS in org.allGraphQLCases.client
Methods in org.allGraphQLCases.client that return CTP_TBar12_CTSModifier and TypeMethodDescriptionCTP_TBar12_CTS.Builder.build()
CTP_TFoo12_CTS.getBar()
The 'bar' field is a valid GraphQL field.CTP_TFoo3_CTS.getBar()
Methods in org.allGraphQLCases.client with parameters of type CTP_TBar12_CTSModifier and TypeMethodDescriptionvoid
CTP_TFoo12_CTS.setBar
(CTP_TBar12_CTS bar) The 'bar' field is a valid GraphQL field.void
CTP_TFoo3_CTS.setBar
(CTP_TBar12_CTS bar)
As the type declared in the class is not inherited from one of the implemented interfaces, we need a dedicated setter.CTP_TFoo12_CTS.Builder.withBar
(CTP_TBar12_CTS barParam) The 'bar' field is a valid GraphQL field.CTP_TFoo3_CTS.Builder.withBar
(CTP_TBar12_CTS barParam)