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

com.sportradar.unifiedodds.sdk.entities.status.SoccerStatistics Maven / Gradle / Ivy

/*
 * Copyright (C) Sportradar AG. See LICENSE for full license governing this code
 */

package com.sportradar.unifiedodds.sdk.entities.status;

import java.util.List;

/**
 * Defines methods to access soccer match specific statistics
 */
public interface SoccerStatistics extends MatchStatistics {

    /**
     * Returns a list of complete team statistics data
     *
     * @return a list of complete team statistics data
     */
    List getTotalStatistics();

    /**
     * Returns a list of separate period statistics
     *
     * @return a list of separate period statistics
     */
    List getPeriodStatistics();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy