JavaScript is disabled on your browser.
Skip navigation links
MicroProfile GraphQL :: TCK v2.1-RC2
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.eclipse.microprofile.graphql.tck.apps.superhero.model
Interface Character
All Known Implementing Classes:
Sidekick
,
SuperHero
@Description
("Basically any sentient being with a name")
public interface
Character
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getName
()
void
setName
(
String
name)
Method Details
getName
String
getName
()
setName
void
setName
(
String
name)