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

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

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

package com.sportradar.unifiedodds.sdk.entities;

/**
 * An interface providing methods to access specific assist information
 */
public interface Assist extends Player {
    /**
     * Returns a {@link String} specifying the type of the assist
     *
     * @return - a {@link String} specifying the type of the assist
     */
    String getType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy