org.dc.riot.lol.rx.model.common.Season Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lol-api-rxjava Show documentation
Show all versions of lol-api-rxjava Show documentation
Service library for League of Legends API
package org.dc.riot.lol.rx.model.common;
/**
* Seasons enumerated since season 3.
*
* @author Dc
* @since 1.0.0
*/
public enum Season {
/**
* Cannot be used in requests.
*/
PRESEASON3,
SEASON3,
/**
* Cannot be used in requests.
*/
PRESEASON2014,
SEASON2014,
/**
* Cannot be used in requests.
*/
PRESEASON2015,
SEASON2015,
/**
* Cannot be used in requests.
*/
PRESEASON2016,
SEASON2016
}