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

dev.migwel.chesscomjava.api.data.leaderboard.LeaderboardPlayer Maven / Gradle / Ivy

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

import com.fasterxml.jackson.annotation.JsonProperty;

public record LeaderboardPlayer(@JsonProperty("player_id") String playerId,
                                @JsonProperty("@id") String id,
                                @JsonProperty("url") String url,
                                @JsonProperty("username") String username,
                                @JsonProperty("score") Long score,
                                @JsonProperty("rank") Long rank)
{}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy