Interface SpaceContributor.Builder

  • Method Details

    • userName

      SpaceContributor.Builder userName(String userName)

      The user name of the contributor.

      Parameters:
      userName - The user name of the contributor.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rawFileSizeBytes

      SpaceContributor.Builder rawFileSizeBytes(Long rawFileSizeBytes)

      The raw file size in bytes contributed by the user.

      Parameters:
      rawFileSizeBytes - The raw file size in bytes contributed by the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • percentage

      SpaceContributor.Builder percentage(Double percentage)

      The percentage of total contributions made by the user.

      Parameters:
      percentage - The percentage of total contributions made by the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.