Interface SIP_AllFieldCasesInterface_SIS
- All Superinterfaces:
AllInterfaces1,AllInterfaces2
- All Known Implementing Classes:
STP_AllFieldCasesInterfaceType_STS
This interface is a clone of the AllFieldCases type.
Both should contains all possible combinations of parameters, data type, list, mandatory field or items...
- Author:
- generated by graphql-java-generator
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetAge()getId()getName()voidvoidsetAliases(List<String> aliases) voidsetBooleans(List<Boolean> booleans) voidsetComments(List<String> comments) voidsetExtendedField(String extendedField) voidsetForname(String forname) voidsetFriends(List<STP_Human_STS> friends) voidvoidsetListWithIdSubTypes(List<STP_AllFieldCasesWithIdSubtype_STS> listWithIdSubTypes) voidsetListWithoutIdSubTypes(List<STP_AllFieldCasesWithoutIdSubtype_STS> listWithoutIdSubTypes) voidvoidsetNbComments(Integer nbComments) voidsetOneWithIdSubType(STP_AllFieldCasesWithIdSubtype_STS oneWithIdSubType) voidsetOneWithoutIdSubType(STP_AllFieldCasesWithoutIdSubtype_STS oneWithoutIdSubType) voidsetPlanets(List<String> planets)
-
Method Details
-
setId
-
getId
UUID getId() -
setName
-
getName
String getName() -
setForname
-
getForname
String getForname() -
setAge
-
getAge
Long getAge() -
setNbComments
-
getNbComments
Integer getNbComments() -
setComments
-
getComments
-
setBooleans
-
getBooleans
-
setAliases
-
getAliases
-
setPlanets
-
getPlanets
-
setFriends
-
getFriends
List<STP_Human_STS> getFriends() -
setOneWithIdSubType
-
getOneWithIdSubType
STP_AllFieldCasesWithIdSubtype_STS getOneWithIdSubType() -
setListWithIdSubTypes
-
getListWithIdSubTypes
List<STP_AllFieldCasesWithIdSubtype_STS> getListWithIdSubTypes() -
setOneWithoutIdSubType
-
getOneWithoutIdSubType
STP_AllFieldCasesWithoutIdSubtype_STS getOneWithoutIdSubType() -
setListWithoutIdSubTypes
-
getListWithoutIdSubTypes
List<STP_AllFieldCasesWithoutIdSubtype_STS> getListWithoutIdSubTypes() -
setExtendedField
-
getExtendedField
String getExtendedField()
-