Package org.allGraphQLCases.server
Class STP_AllFieldCases_STS
java.lang.Object
org.allGraphQLCases.server.STP_AllFieldCases_STS
- All Implemented Interfaces:
AllInterfaces1
,AllInterfaces2
,AllTypes1
,AllTypes2
,SIP_interfaceToTestExtendKeyword_SIS
,SIP_WithID_SIS
public class STP_AllFieldCases_STS
extends Object
implements SIP_WithID_SIS, SIP_interfaceToTestExtendKeyword_SIS, AllTypes2, AllTypes1
This type is a clone of the InterfaceAllFieldCases interface.
Both should contains all possible combinations of parameters, data type, list, mandatory field or items...
- Author:
- generated by graphql-java-generator
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
The Builder that helps building instance of this POJO. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
getAge()
getBreak()
getDate()
getDates()
getId()
getName()
void
void
void
setAliases
(List<String> aliases) void
setBooleans
(List<Boolean> booleans) void
void
setComments
(List<String> comments) void
void
void
setDateTime
(OffsetDateTime dateTime) void
setExtendedField
(String extendedField) void
setForname
(String forname) void
setFriends
(List<STP_Human_STS> friends) void
void
void
setIssue66
(STP_AllFieldCases_STS issue66) void
setListWithIdSubTypes
(List<STP_AllFieldCasesWithIdSubtype_STS> listWithIdSubTypes) void
setListWithoutIdSubTypes
(List<STP_AllFieldCasesWithoutIdSubtype_STS> listWithoutIdSubTypes) void
void
void
setNbComments
(Integer nbComments) void
setOneWithIdSubType
(STP_AllFieldCasesWithIdSubtype_STS oneWithIdSubType) void
setOneWithoutFieldParameter
(STP_AllFieldCasesWithIdSubtype_STS oneWithoutFieldParameter) void
setOneWithoutIdSubType
(STP_AllFieldCasesWithoutIdSubtype_STS oneWithoutIdSubType) void
setPlanets
(List<String> planets) toString()
-
Constructor Details
-
STP_AllFieldCases_STS
public STP_AllFieldCases_STS()
-
-
Method Details
-
setId
- Specified by:
setId
in interfaceSIP_WithID_SIS
-
getId
- Specified by:
getId
in interfaceSIP_WithID_SIS
-
setName
-
getName
-
setForname
-
getForname
-
setBreak
-
getBreak
-
setAge
-
getAge
-
setAFloat
-
getAFloat
-
setDate
-
getDate
-
setDateTime
-
getDateTime
-
setDates
-
getDates
-
setNbComments
-
getNbComments
-
setComments
-
getComments
-
setBooleans
-
getBooleans
-
setAliases
-
getAliases
-
setPlanets
-
getPlanets
-
setFriends
-
getFriends
-
setMatrix
-
getMatrix
-
setOneWithoutFieldParameter
public void setOneWithoutFieldParameter(STP_AllFieldCasesWithIdSubtype_STS oneWithoutFieldParameter) -
getOneWithoutFieldParameter
-
setOneWithIdSubType
-
getOneWithIdSubType
-
setListWithIdSubTypes
-
getListWithIdSubTypes
-
setOneWithoutIdSubType
-
getOneWithoutIdSubType
-
setListWithoutIdSubTypes
public void setListWithoutIdSubTypes(List<STP_AllFieldCasesWithoutIdSubtype_STS> listWithoutIdSubTypes) -
getListWithoutIdSubTypes
-
setIssue65
-
getIssue65
-
setIssue66
-
getIssue66
-
setExtendedField
- Specified by:
setExtendedField
in interfaceSIP_interfaceToTestExtendKeyword_SIS
-
getExtendedField
- Specified by:
getExtendedField
in interfaceSIP_interfaceToTestExtendKeyword_SIS
-
toString
-
builder
-