public static interface CountPercent.Builder extends SdkPojo, CopyableBuilder<CountPercent.Builder,CountPercent>
| Modifier and Type | Method and Description |
|---|---|
CountPercent.Builder |
count(Integer count)
Indicates the count of occurences of the given statistic.
|
CountPercent.Builder |
percentage(Float percentage)
Indicates the percentage of occurances of the given statistic.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCountPercent.Builder count(Integer count)
Indicates the count of occurences of the given statistic.
count - Indicates the count of occurences of the given statistic.CountPercent.Builder percentage(Float percentage)
Indicates the percentage of occurances of the given statistic.
percentage - Indicates the percentage of occurances of the given statistic.Copyright © 2022. All rights reserved.