JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
com.generated.graphql.samples.customscalar.CustomId
Packages that use
CustomId
Package
Description
org.allGraphQLCases.server
Uses of
CustomId
in
org.allGraphQLCases.server
Methods in
org.allGraphQLCases.server
that return
CustomId
Modifier and Type
Method
Description
CustomId
STP_ClassWithCustomId_STS.
getId
()
Methods in
org.allGraphQLCases.server
with parameters of type
CustomId
Modifier and Type
Method
Description
void
STP_ClassWithCustomId_STS.
setId
(
CustomId
id)
STP_ClassWithCustomId_STS.Builder
STP_ClassWithCustomId_STS.Builder.
withId
(
CustomId
idParam)