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

com.sportradar.unifiedodds.sdk.entities.markets.Specifier Maven / Gradle / Ivy

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

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

/**
 * Defines methods used to access specifier type and name
 */
public interface Specifier {
    /**
     * Returns the specifier type
     *
     * @return the specifier type
     */
    String getType();

    /**
     * Returns the specifier name
     *
     * @return the specifier name
     */
    String getName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy