public enum MarketStatus extends Enum<MarketStatus>
Enum Constant and Description |
---|
Active |
Cancelled |
Deactivated |
HandedOver |
Settled |
Suspended |
Modifier and Type | Method and Description |
---|---|
static MarketStatus |
fromFeedValue(com.sportradar.uf.datamodel.UfMarketStatus status) |
static MarketStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarketStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MarketStatus Active
public static final MarketStatus Suspended
public static final MarketStatus Deactivated
public static final MarketStatus Settled
public static final MarketStatus Cancelled
public static final MarketStatus HandedOver
public static MarketStatus[] values()
for (MarketStatus c : MarketStatus.values()) System.out.println(c);
public static MarketStatus valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static MarketStatus fromFeedValue(com.sportradar.uf.datamodel.UfMarketStatus status)
Copyright © 2016–2025. All rights reserved.