public static interface ReportGroupTrendStats.Builder extends SdkPojo, CopyableBuilder<ReportGroupTrendStats.Builder,ReportGroupTrendStats>
| Modifier and Type | Method and Description |
|---|---|
ReportGroupTrendStats.Builder |
average(String average)
Contains the average of all values analyzed.
|
ReportGroupTrendStats.Builder |
max(String max)
Contains the maximum value analyzed.
|
ReportGroupTrendStats.Builder |
min(String min)
Contains the minimum value analyzed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReportGroupTrendStats.Builder average(String average)
Contains the average of all values analyzed.
average - Contains the average of all values analyzed.ReportGroupTrendStats.Builder max(String max)
Contains the maximum value analyzed.
max - Contains the maximum value analyzed.ReportGroupTrendStats.Builder min(String min)
Contains the minimum value analyzed.
min - Contains the minimum value analyzed.Copyright © 2023. All rights reserved.