Interface UpdateLeaguesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
UpdateLeaguesRequest,UpdateLeaguesRequest.Builder
public interface UpdateLeaguesRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LeaguegetData(int index)repeated .streamlayer.sdkSettings.organization.sportsdata.League data = 2 [json_name = "data"];intgetDataCount()repeated .streamlayer.sdkSettings.organization.sportsdata.League data = 2 [json_name = "data"];java.util.List<League>getDataList()repeated .streamlayer.sdkSettings.organization.sportsdata.League data = 2 [json_name = "data"];java.lang.StringgetOrganizationId()string organization_id = 1 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 1 [json_name = "organizationId"];
-
-
-
Method Detail
-
getOrganizationId
java.lang.String getOrganizationId()
string organization_id = 1 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 1 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
getDataList
java.util.List<League> getDataList()
repeated .streamlayer.sdkSettings.organization.sportsdata.League data = 2 [json_name = "data"];
-
getData
League getData(int index)
repeated .streamlayer.sdkSettings.organization.sportsdata.League data = 2 [json_name = "data"];
-
getDataCount
int getDataCount()
repeated .streamlayer.sdkSettings.organization.sportsdata.League data = 2 [json_name = "data"];
-
-