Uses of Class
org.allGraphQLCases.client.CTP_TBar12_CTS
-
Uses of CTP_TBar12_CTS in org.allGraphQLCases.client
Modifier and TypeMethodDescriptionCTP_TBar12_CTS.Builder.build()
CTP_TFoo12_CTS.getBar()
The 'bar' field is a valid GraphQL field.CTP_TFoo3_CTS.getBar()
Modifier 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)