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

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

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

package com.sportradar.unifiedodds.sdk.entities;

/**
 * Enumerates available types of sport event types
 */
public enum SportEventType {
    /**
     * Indicates a parent sport event type (multi-stage race event, ...)
     */
    PARENT,

    /**
     * Indicates a child sport event type(a specific stage in multi-stage race event, ...)
     */
    CHILD
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy