public class Dota2Teams extends Dota2WebApiInterface
Dota2Teams class.
VERSION_1, VERSION_2, VERSION_3
Constructor and Description |
---|
Dota2Teams(SteamWebApiClient client)
Constructor for Dota2Teams.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<List<Dota2TeamDetails>> |
getTeamInfo(int teamId)
getTeamInfo.
|
CompletableFuture<List<Dota2TeamDetails>> |
getTeamInfo(int teamId,
int leagueId)
getTeamInfo.
|
asCollectionOf, asListOf, getValidResult
asCollectionOf, builder, configureBuilder, fromJson, fromJson, handleError, sendRequest
public Dota2Teams(SteamWebApiClient client)
Constructor for Dota2Teams.
client
- a SteamWebApiClient
objectpublic CompletableFuture<List<Dota2TeamDetails>> getTeamInfo(int teamId)
getTeamInfo.
teamId
- a intCompletableFuture
objectpublic CompletableFuture<List<Dota2TeamDetails>> getTeamInfo(int teamId, int leagueId)
getTeamInfo.
teamId
- a intleagueId
- a intCompletableFuture
objectCopyright © 2016–2024. All rights reserved.