Package org.allGraphQLCases.client2
Class AllFieldCasesInterfaceType
java.lang.Object
org.allGraphQLCases.client2.AllFieldCasesInterfaceType
- All Implemented Interfaces:
AllFieldCasesInterface,WithID
A concrete class that just implements the above interface
- Author:
- generated by graphql-java-generator
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe Builder that helps building instance of this POJO. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()getAge()getAliasValue(String alias) Retrieves the value for the given alias, as it has been received for this object in the GraphQL response.getId()getName()voidset__typename(String __typename) voidvoidsetAliases(List<String> aliases) voidsetAliasValue(String aliasName, Object aliasDeserializedValue) This method is called during the json deserialization process, by theGraphQLObjectMapper, each time an alias value is read from the json.voidsetBooleans(List<Boolean> booleans) voidsetComments(List<String> comments) voidsetExtendedField(String extendedField) voidsetForname(String forname) voidsetFriends(HumanConnection friends) voidvoidsetListWithIdSubTypes(List<AllFieldCasesWithIdSubtype> listWithIdSubTypes) voidsetListWithoutIdSubTypes(List<AllFieldCasesWithoutIdSubtype> listWithoutIdSubTypes) voidvoidsetNbComments(Integer nbComments) voidsetOneWithIdSubType(AllFieldCasesWithIdSubtype oneWithIdSubType) voidsetOneWithoutIdSubType(AllFieldCasesWithoutIdSubtype oneWithoutIdSubType) voidsetPlanets(List<String> planets) toString()
-
Constructor Details
-
AllFieldCasesInterfaceType
public AllFieldCasesInterfaceType()
-
-
Method Details
-
setId
- Specified by:
setIdin interfaceAllFieldCasesInterface- Specified by:
setIdin interfaceWithID
-
getId
- Specified by:
getIdin interfaceAllFieldCasesInterface- Specified by:
getIdin interfaceWithID
-
setName
- Specified by:
setNamein interfaceAllFieldCasesInterface
-
getName
- Specified by:
getNamein interfaceAllFieldCasesInterface
-
setForname
- Specified by:
setFornamein interfaceAllFieldCasesInterface
-
getForname
- Specified by:
getFornamein interfaceAllFieldCasesInterface
-
setAge
- Specified by:
setAgein interfaceAllFieldCasesInterface
-
getAge
- Specified by:
getAgein interfaceAllFieldCasesInterface
-
setNbComments
- Specified by:
setNbCommentsin interfaceAllFieldCasesInterface
-
getNbComments
- Specified by:
getNbCommentsin interfaceAllFieldCasesInterface
-
setComments
- Specified by:
setCommentsin interfaceAllFieldCasesInterface
-
getComments
- Specified by:
getCommentsin interfaceAllFieldCasesInterface
-
getCommentsString
-
setBooleans
- Specified by:
setBooleansin interfaceAllFieldCasesInterface
-
getBooleans
- Specified by:
getBooleansin interfaceAllFieldCasesInterface
-
getBooleansBoolean
-
setAliases
- Specified by:
setAliasesin interfaceAllFieldCasesInterface
-
getAliases
- Specified by:
getAliasesin interfaceAllFieldCasesInterface
-
getAliasesString
-
setPlanets
- Specified by:
setPlanetsin interfaceAllFieldCasesInterface
-
getPlanets
- Specified by:
getPlanetsin interfaceAllFieldCasesInterface
-
getPlanetsString
-
setFriends
- Specified by:
setFriendsin interfaceAllFieldCasesInterface
-
getFriends
- Specified by:
getFriendsin interfaceAllFieldCasesInterface
-
setOneWithIdSubType
- Specified by:
setOneWithIdSubTypein interfaceAllFieldCasesInterface
-
getOneWithIdSubType
- Specified by:
getOneWithIdSubTypein interfaceAllFieldCasesInterface
-
setListWithIdSubTypes
- Specified by:
setListWithIdSubTypesin interfaceAllFieldCasesInterface
-
getListWithIdSubTypes
- Specified by:
getListWithIdSubTypesin interfaceAllFieldCasesInterface
-
getListWithIdSubTypesAllFieldCasesWithIdSubtype
-
setOneWithoutIdSubType
- Specified by:
setOneWithoutIdSubTypein interfaceAllFieldCasesInterface
-
getOneWithoutIdSubType
- Specified by:
getOneWithoutIdSubTypein interfaceAllFieldCasesInterface
-
setListWithoutIdSubTypes
- Specified by:
setListWithoutIdSubTypesin interfaceAllFieldCasesInterface
-
getListWithoutIdSubTypes
- Specified by:
getListWithoutIdSubTypesin interfaceAllFieldCasesInterface
-
getListWithoutIdSubTypesAllFieldCasesWithoutIdSubtype
-
setExtendedField
- Specified by:
setExtendedFieldin interfaceAllFieldCasesInterface
-
getExtendedField
- Specified by:
getExtendedFieldin interfaceAllFieldCasesInterface
-
set__typename
- Specified by:
set__typenamein interfaceAllFieldCasesInterface- Specified by:
set__typenamein interfaceWithID
-
get__typename
- Specified by:
get__typenamein interfaceAllFieldCasesInterface- Specified by:
get__typenamein interfaceWithID
-
setAliasValue
This method is called during the json deserialization process, by theGraphQLObjectMapper, each time an alias value is read from the json.- Specified by:
setAliasValuein interfaceAllFieldCasesInterface- Specified by:
setAliasValuein interfaceWithID- Parameters:
aliasName-aliasDeserializedValue-
-
getAliasValue
Retrieves the value for the given alias, as it has been received for this object in the GraphQL response.
This method should not be used for Custom Scalars, as the parser doesn't know if this alias is a custom scalar, and which custom scalar to use at deserialization time. In most case, a value will then be provided by this method with a basis json deserialization, but this value won't be the proper custom scalar value.- Specified by:
getAliasValuein interfaceAllFieldCasesInterface- Specified by:
getAliasValuein interfaceWithID- Parameters:
alias-- Returns:
-
toString
-
builder
-