Interface StandingsRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    StandingsRequest, StandingsRequest.Builder

    public interface StandingsRequestOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getLeague()
      string league = 1 [json_name = "league"];
      com.google.protobuf.ByteString getLeagueBytes()
      string league = 1 [json_name = "league"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getLeague

        java.lang.String getLeague()
        string league = 1 [json_name = "league"];
        Returns:
        The league.
      • getLeagueBytes

        com.google.protobuf.ByteString getLeagueBytes()
        string league = 1 [json_name = "league"];
        Returns:
        The bytes for league.