| Package | Description |
|---|---|
| com.exsoloscript.challonge.handler.call | |
| com.exsoloscript.challonge.handler.retrofit | |
| com.exsoloscript.challonge.model.enumeration.query |
| Modifier and Type | Method and Description |
|---|---|
ChallongeApiCall<List<Tournament>> |
TournamentHandler.getTournaments(TournamentQueryState state,
TournamentType type,
String createdAfter,
String createdBefore,
String subdomain) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<List<Tournament>> |
RetrofitTournamentHandler.getTournaments(TournamentQueryState state,
TournamentType type,
String createdAfter,
String createdBefore,
String subdomain)
Retrieve a set of tournaments created with your account.
|
| Modifier and Type | Method and Description |
|---|---|
static TournamentQueryState |
TournamentQueryState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TournamentQueryState[] |
TournamentQueryState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.