Interface GetUsersCountResponse.Builder

  • Method Details

    • pending

      The number of users with pending status (invited but not yet accepted).

      Parameters:
      pending - The number of users with pending status (invited but not yet accepted).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • active

      The number of users with active status in the network.

      Parameters:
      active - The number of users with active status in the network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rejected

      The number of users who have rejected network invitations.

      Parameters:
      rejected - The number of users who have rejected network invitations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • remaining

      GetUsersCountResponse.Builder remaining(Integer remaining)

      The number of additional users that can be added to the network while maintaining premium free trial eligibility.

      Parameters:
      remaining - The number of additional users that can be added to the network while maintaining premium free trial eligibility.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • total

      The total number of users in the network (active and pending combined).

      Parameters:
      total - The total number of users in the network (active and pending combined).
      Returns:
      Returns a reference to this object so that method calls can be chained together.