Interface GamePropsRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      GamePropsRequest.Filter getFilter()
      .streamlayer.sportsdata.client.bets.GamePropsRequest.Filter filter = 1 [json_name = "filter"];
      Pagination getPagination()
      Deprecated.
      streamlayer.sportsdata.client.bets.GamePropsRequest.pagination is deprecated.
      boolean hasFilter()
      .streamlayer.sportsdata.client.bets.GamePropsRequest.Filter filter = 1 [json_name = "filter"];
      boolean hasPagination()
      Deprecated.
      streamlayer.sportsdata.client.bets.GamePropsRequest.pagination is deprecated.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasFilter

        boolean hasFilter()
        .streamlayer.sportsdata.client.bets.GamePropsRequest.Filter filter = 1 [json_name = "filter"];
        Returns:
        Whether the filter field is set.
      • getFilter

        GamePropsRequest.Filter getFilter()
        .streamlayer.sportsdata.client.bets.GamePropsRequest.Filter filter = 1 [json_name = "filter"];
        Returns:
        The filter.
      • hasPagination

        @Deprecated
        boolean hasPagination()
        Deprecated.
        streamlayer.sportsdata.client.bets.GamePropsRequest.pagination is deprecated. See streamlayer/sportsdata/client/bets/bets.proto;l=36
        .streamlayer.sportsdata.Pagination pagination = 2 [json_name = "pagination", deprecated = true];
        Returns:
        Whether the pagination field is set.
      • getPagination

        @Deprecated
        Pagination getPagination()
        Deprecated.
        streamlayer.sportsdata.client.bets.GamePropsRequest.pagination is deprecated. See streamlayer/sportsdata/client/bets/bets.proto;l=36
        .streamlayer.sportsdata.Pagination pagination = 2 [json_name = "pagination", deprecated = true];
        Returns:
        The pagination.