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
      League getData​(int index)
      repeated .streamlayer.sdkSettings.organization.sportsdata.League data = 2 [json_name = "data"];
      int getDataCount()
      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.String getOrganizationId()
      string organization_id = 1 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 1 [json_name = "organizationId"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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"];