Package org.allGraphQLCases.client
Class CTP___Schema_CTS.Builder
java.lang.Object
org.allGraphQLCases.client.CTP___Schema_CTS.Builder
- Enclosing class:
- CTP___Schema_CTS
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
CTP___Schema_CTS.builder()
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withDescription
(String descriptionParam) withDirectives
(List<CTP___Directive_CTS> directivesParam) withMutationType
(CTP___Type_CTS mutationTypeParam) withQueryType
(CTP___Type_CTS queryTypeParam) withSubscriptionType
(CTP___Type_CTS subscriptionTypeParam) withTypes
(List<CTP___Type_CTS> typesParam)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withDescription
-
withTypes
-
withQueryType
-
withMutationType
-
withSubscriptionType
-
withDirectives
-
build
-