Class UserPBsRequest

    • Constructor Detail

      • UserPBsRequest

        public UserPBsRequest​(String id)
      • UserPBsRequest

        public UserPBsRequest​(User user)
    • Method Detail

      • top

        public UserPBsRequest top​(int topPlace)
        Sets the minimum placement to restrict the results to.
        Parameters:
        topPlace - the top place to filter PBs by
        Returns:
        this UserPBsRequest builder
      • series

        public UserPBsRequest series​(String id)
        Restricts the results to the given Series.
        Parameters:
        id - the series ID
        Returns:
        this UserPBsRequest builder
      • game

        public UserPBsRequest game​(String id)
        Restricts the results to the given Game.
        Parameters:
        id - the game ID
        Returns:
        this UserPBsRequest builder