| Package | Description |
|---|---|
| help.swgoh.api |
| Modifier and Type | Method and Description |
|---|---|
static SwgohAPI.UnitsField |
SwgohAPI.UnitsField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SwgohAPI.UnitsField[] |
SwgohAPI.UnitsField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<String> |
SwgohAPI.getUnits(int allyCode,
boolean includeMods,
Boolean enums,
SwgohAPI.Language language,
SwgohAPI.UnitsField... fields) |
default CompletableFuture<String> |
SwgohAPI.getUnits(int allyCode,
boolean includeMods,
Boolean enums,
SwgohAPI.UnitsField... fields) |
default CompletableFuture<String> |
SwgohAPI.getUnits(int allyCode,
boolean includeMods,
SwgohAPI.Language language,
SwgohAPI.UnitsField... fields) |
default CompletableFuture<String> |
SwgohAPI.getUnits(int allyCode,
boolean includeMods,
SwgohAPI.UnitsField... fields) |
CompletableFuture<String> |
SwgohAPIClient.getUnits(List<Integer> allyCodes,
boolean includeMods,
Boolean enums,
SwgohAPI.Language language,
SwgohAPI.UnitsField... fields) |
CompletableFuture<String> |
SwgohAPI.getUnits(List<Integer> allyCodes,
boolean includeMods,
Boolean enums,
SwgohAPI.Language language,
SwgohAPI.UnitsField... fields)
Returns a list of unit details organized by unit instead of by player, similar to the swgoh.gg /units API.
|
default CompletableFuture<String> |
SwgohAPI.getUnits(List<Integer> allyCodes,
boolean includeMods,
Boolean enums,
SwgohAPI.UnitsField... fields) |
default CompletableFuture<String> |
SwgohAPI.getUnits(List<Integer> allyCodes,
boolean includeMods,
SwgohAPI.Language language,
SwgohAPI.UnitsField... fields) |
default CompletableFuture<String> |
SwgohAPI.getUnits(List<Integer> allyCodes,
boolean includeMods,
SwgohAPI.UnitsField... fields) |
Copyright © 2018. All rights reserved.