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
Modifier and TypeClassDescriptionstatic class
The Builder that helps building instance of this POJO. -
Constructor Summary
-
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()
void
set__typename
(String __typename) void
void
setAliases
(List<String> aliases) void
setAliasValue
(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.void
setBooleans
(List<Boolean> booleans) void
setComments
(List<String> comments) void
setExtendedField
(String extendedField) void
setForname
(String forname) void
setFriends
(HumanConnection friends) void
void
setListWithIdSubTypes
(List<AllFieldCasesWithIdSubtype> listWithIdSubTypes) void
setListWithoutIdSubTypes
(List<AllFieldCasesWithoutIdSubtype> listWithoutIdSubTypes) void
void
setNbComments
(Integer nbComments) void
setOneWithIdSubType
(AllFieldCasesWithIdSubtype oneWithIdSubType) void
setOneWithoutIdSubType
(AllFieldCasesWithoutIdSubtype oneWithoutIdSubType) void
setPlanets
(List<String> planets) toString()
-
Constructor Details
-
AllFieldCasesInterfaceType
public AllFieldCasesInterfaceType()
-
-
Method Details
-
setId
- Specified by:
setId
in interfaceAllFieldCasesInterface
- Specified by:
setId
in interfaceWithID
-
getId
- Specified by:
getId
in interfaceAllFieldCasesInterface
- Specified by:
getId
in interfaceWithID
-
setName
- Specified by:
setName
in interfaceAllFieldCasesInterface
-
getName
- Specified by:
getName
in interfaceAllFieldCasesInterface
-
setForname
- Specified by:
setForname
in interfaceAllFieldCasesInterface
-
getForname
- Specified by:
getForname
in interfaceAllFieldCasesInterface
-
setAge
- Specified by:
setAge
in interfaceAllFieldCasesInterface
-
getAge
- Specified by:
getAge
in interfaceAllFieldCasesInterface
-
setNbComments
- Specified by:
setNbComments
in interfaceAllFieldCasesInterface
-
getNbComments
- Specified by:
getNbComments
in interfaceAllFieldCasesInterface
-
setComments
- Specified by:
setComments
in interfaceAllFieldCasesInterface
-
getComments
- Specified by:
getComments
in interfaceAllFieldCasesInterface
-
getCommentsString
-
setBooleans
- Specified by:
setBooleans
in interfaceAllFieldCasesInterface
-
getBooleans
- Specified by:
getBooleans
in interfaceAllFieldCasesInterface
-
getBooleansBoolean
-
setAliases
- Specified by:
setAliases
in interfaceAllFieldCasesInterface
-
getAliases
- Specified by:
getAliases
in interfaceAllFieldCasesInterface
-
getAliasesString
-
setPlanets
- Specified by:
setPlanets
in interfaceAllFieldCasesInterface
-
getPlanets
- Specified by:
getPlanets
in interfaceAllFieldCasesInterface
-
getPlanetsString
-
setFriends
- Specified by:
setFriends
in interfaceAllFieldCasesInterface
-
getFriends
- Specified by:
getFriends
in interfaceAllFieldCasesInterface
-
setOneWithIdSubType
- Specified by:
setOneWithIdSubType
in interfaceAllFieldCasesInterface
-
getOneWithIdSubType
- Specified by:
getOneWithIdSubType
in interfaceAllFieldCasesInterface
-
setListWithIdSubTypes
- Specified by:
setListWithIdSubTypes
in interfaceAllFieldCasesInterface
-
getListWithIdSubTypes
- Specified by:
getListWithIdSubTypes
in interfaceAllFieldCasesInterface
-
getListWithIdSubTypesAllFieldCasesWithIdSubtype
-
setOneWithoutIdSubType
- Specified by:
setOneWithoutIdSubType
in interfaceAllFieldCasesInterface
-
getOneWithoutIdSubType
- Specified by:
getOneWithoutIdSubType
in interfaceAllFieldCasesInterface
-
setListWithoutIdSubTypes
- Specified by:
setListWithoutIdSubTypes
in interfaceAllFieldCasesInterface
-
getListWithoutIdSubTypes
- Specified by:
getListWithoutIdSubTypes
in interfaceAllFieldCasesInterface
-
getListWithoutIdSubTypesAllFieldCasesWithoutIdSubtype
-
setExtendedField
- Specified by:
setExtendedField
in interfaceAllFieldCasesInterface
-
getExtendedField
- Specified by:
getExtendedField
in interfaceAllFieldCasesInterface
-
set__typename
- Specified by:
set__typename
in interfaceAllFieldCasesInterface
- Specified by:
set__typename
in interfaceWithID
-
get__typename
- Specified by:
get__typename
in interfaceAllFieldCasesInterface
- Specified by:
get__typename
in 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:
setAliasValue
in interfaceAllFieldCasesInterface
- Specified by:
setAliasValue
in 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:
getAliasValue
in interfaceAllFieldCasesInterface
- Specified by:
getAliasValue
in interfaceWithID
- Parameters:
alias
-- Returns:
-
toString
-
builder
-