Interface CountPercent.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CountPercent.Builder,CountPercent>, SdkBuilder<CountPercent.Builder,CountPercent>, SdkPojo
Enclosing class:
CountPercent

public static interface CountPercent.Builder extends SdkPojo, CopyableBuilder<CountPercent.Builder,CountPercent>
  • Method Details

    • count

      Indicates the count of occurences of the given statistic.

      Parameters:
      count - Indicates the count of occurences of the given statistic.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • percentage

      CountPercent.Builder percentage(Float percentage)

      Indicates the percentage of occurances of the given statistic.

      Parameters:
      percentage - Indicates the percentage of occurances of the given statistic.
      Returns:
      Returns a reference to this object so that method calls can be chained together.