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

com.sportradar.unifiedodds.sdk.entities.SoccerEvent Maven / Gradle / Ivy

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

package com.sportradar.unifiedodds.sdk.entities;


import com.sportradar.unifiedodds.sdk.entities.status.SoccerStatus;

/**
 * A {@link Match} derived type used to represent a soccer sport events
 */
public interface SoccerEvent extends Match {
    /**
     * Returns a {@link SoccerStatus} containing information about the progress of the soccer match
     * associated with the current instance
     *
     * @return - a {@link SoccerStatus} containing information about the progress of the soccer match
     * associated with the current instance
     */
    SoccerStatus getStatus();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy