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

dev.migwel.chesscomjava.api.data.participation.TournamentsParticipations Maven / Gradle / Ivy

There is a newer version: 1.0.1-RELEASE
Show newest version
package dev.migwel.chesscomjava.api.data.participation;

import com.fasterxml.jackson.annotation.JsonProperty;

import java.util.Collection;

public record TournamentsParticipations(@JsonProperty("finished") Collection finished,
                                        @JsonProperty("in_progress") Collection inProgress,
                                        @JsonProperty("registered") Collection registered) {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy