Class CTP___Type_CTS.Builder
java.lang.Object
org.junittest.allgraphqlcases_client_springconfiguration.CTP___Type_CTS.Builder
- Enclosing class:
- CTP___Type_CTS
The Builder that helps building instance of this POJO. You can get an instance of this class, by calling the
CTP___Type_CTS.builder()-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withDescription(String descriptionParam) withEnumValues(List<CTP___EnumValue_CTS> enumValuesParam) withFields(List<CTP___Field_CTS> fieldsParam) withInputFields(List<CTP___InputValue_CTS> inputFieldsParam) withInterfaces(List<CTP___Type_CTS> interfacesParam) withIsOneOf(Boolean isOneOfParam) withKind(CEP___TypeKind_CES kindParam) withOfType(CTP___Type_CTS ofTypeParam) withPossibleTypes(List<CTP___Type_CTS> possibleTypesParam) withSpecifiedByURL(String specifiedByURLParam)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withKind
-
withName
-
withDescription
-
withIsOneOf
-
withSpecifiedByURL
-
withFields
-
withInterfaces
-
withPossibleTypes
-
withEnumValues
-
withInputFields
-
withOfType
-
build
-