public class LeagueDto
extends java.lang.Object
| Constructor and Description |
|---|
LeagueDto() |
| Modifier and Type | Method and Description |
|---|---|
LeagueEntryDto[] |
getEntries() |
static long |
getInstanceCount() |
java.lang.String |
getName() |
java.lang.String |
getParticipantId()
Specifies the relevant participant that is a member of this
league (i.e., a requested summoner ID, a requested team ID,
or the ID of a team to which one of the requested summoners belongs).
|
QueueType |
getQueue() |
Tier |
getTier() |
public static long getInstanceCount()
public java.lang.String getName()
public LeagueEntryDto[] getEntries()
public QueueType getQueue()
public Tier getTier()
public java.lang.String getParticipantId()
null.