![JAR search and dependency download from the Maven repository](/logo.png)
com.sportdataapi.data.SimpleMatchStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sportdata-api-client Show documentation
Show all versions of sportdata-api-client Show documentation
A simple sportdataapi.com client.
The newest version!
/**
*
*/
package com.sportdataapi.data;
/**
* Provide simple match status.
* @author ralph
*
*/
public enum SimpleMatchStatus {
NOT_STARTED,
INPLAY,
FINISHED,
ABORTED,
POSTPONED,
CANCELLED;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy