Package com.streamlayer.inplay
Interface ListSportsRequest.FilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ListSportsRequest.Filter,ListSportsRequest.Filter.Builder
- Enclosing class:
- ListSportsRequest
public static interface ListSportsRequest.FilterOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAllowClosedMarkets()set to true to include disqualified markets(i.e.booleangetAllowPast()set to true to include games that scheduled prior to 00:00 of current daybooleangetSynced()set to true to filter-out games without Sportradar ID
-
-
-
Method Detail
-
getAllowClosedMarkets
boolean getAllowClosedMarkets()
set to true to include disqualified markets(i.e. closed or expired)"
bool allow_closed_markets = 1 [json_name = "allowClosedMarkets"];- Returns:
- The allowClosedMarkets.
-
getAllowPast
boolean getAllowPast()
set to true to include games that scheduled prior to 00:00 of current day
bool allow_past = 2 [json_name = "allowPast"];- Returns:
- The allowPast.
-
getSynced
boolean getSynced()
set to true to filter-out games without Sportradar ID
bool synced = 3 [json_name = "synced"];- Returns:
- The synced.
-
-