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

com.sdcalmes.sleeper.DraftModels.DraftMetadata Maven / Gradle / Ivy

package com.sdcalmes.sleeper.DraftModels;

public class DraftMetadata {

    private String type;
    private String scoring_type;
    private String name;
    private String leagueId;

    public String getType() {
        return type;
    }

    public String getScoring_type() {
        return scoring_type;
    }

    public String getName() {
        return name;
    }

    public String getLeagueId() {
        return leagueId;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy