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