JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.allGraphQLCases.client2.IBar2
Packages that use
IBar2
Package
Description
org.allGraphQLCases.client2
Uses of
IBar2
in
org.allGraphQLCases.client2
Subinterfaces of
IBar2
in
org.allGraphQLCases.client2
Modifier and Type
Interface
Description
interface
IBar12
interface
IBar3
Classes in
org.allGraphQLCases.client2
that implement
IBar2
Modifier and Type
Class
Description
class
TBar12
class
TBar2
Methods in
org.allGraphQLCases.client2
that return
IBar2
Modifier and Type
Method
Description
IBar2
IFoo2.
getBar
()
Methods in
org.allGraphQLCases.client2
with parameters of type
IBar2
Modifier and Type
Method
Description
void
IFoo2.
setBar
(
IBar2
bar)
void
TFoo12.
setBar
(
IBar2
bar)
The 'bar' field is a valid GraphQL field.
void
TFoo3.
setBar
(
IBar2
bar)