Class GamePropsRequest.Builder

    • Method Detail

      • hasFilter

        public boolean hasFilter()
        .streamlayer.sportsdata.client.bets.GamePropsRequest.Filter filter = 1 [json_name = "filter"];
        Specified by:
        hasFilter in interface GamePropsRequestOrBuilder
        Returns:
        Whether the filter field is set.
      • clearFilter

        public GamePropsRequest.Builder clearFilter()
        .streamlayer.sportsdata.client.bets.GamePropsRequest.Filter filter = 1 [json_name = "filter"];
      • hasPagination

        @Deprecated
        public boolean hasPagination()
        Deprecated.
        .streamlayer.sportsdata.Pagination pagination = 2 [json_name = "pagination", deprecated = true];
        Specified by:
        hasPagination in interface GamePropsRequestOrBuilder
        Returns:
        Whether the pagination field is set.
      • getPagination

        @Deprecated
        public Pagination getPagination()
        Deprecated.
        .streamlayer.sportsdata.Pagination pagination = 2 [json_name = "pagination", deprecated = true];
        Specified by:
        getPagination in interface GamePropsRequestOrBuilder
        Returns:
        The pagination.
      • setPagination

        @Deprecated
        public GamePropsRequest.Builder setPagination​(Pagination value)
        Deprecated.
        .streamlayer.sportsdata.Pagination pagination = 2 [json_name = "pagination", deprecated = true];
      • setPagination

        @Deprecated
        public GamePropsRequest.Builder setPagination​(Pagination.Builder builderForValue)
        Deprecated.
        .streamlayer.sportsdata.Pagination pagination = 2 [json_name = "pagination", deprecated = true];
      • mergePagination

        @Deprecated
        public GamePropsRequest.Builder mergePagination​(Pagination value)
        Deprecated.
        .streamlayer.sportsdata.Pagination pagination = 2 [json_name = "pagination", deprecated = true];
      • clearPagination

        @Deprecated
        public GamePropsRequest.Builder clearPagination()
        Deprecated.
        .streamlayer.sportsdata.Pagination pagination = 2 [json_name = "pagination", deprecated = true];