Package | Description |
---|---|
org.eclipse.microprofile.graphql.tck.apps.superhero.api | |
org.eclipse.microprofile.graphql.tck.apps.superhero.model |
Modifier and Type | Method and Description |
---|---|
Item |
HeroFinder.getItemById(long id) |
Item |
HeroFinder.updateItemPowerLevel(long itemID,
int newLevel) |
Item |
HeroFinder.updateItemPowerLevelPercentage(long itemID,
int newLevel) |
Modifier and Type | Method and Description |
---|---|
SuperHero |
HeroFinder.provisionHero(String heroName,
Item item) |
Modifier and Type | Method and Description |
---|---|
List<Item> |
SuperHero.getEquipment() |
Modifier and Type | Method and Description |
---|---|
void |
SuperHero.setEquipment(List<Item> equipment) |
Copyright © 2019 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.