All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.dc.riot.lol.rx.model.common.Season Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
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
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy