public static interface CurrentMetricSortCriteria.Builder extends SdkPojo, CopyableBuilder<CurrentMetricSortCriteria.Builder,CurrentMetricSortCriteria>
| Modifier and Type | Method and Description |
|---|---|
CurrentMetricSortCriteria.Builder |
sortByMetric(CurrentMetricName sortByMetric)
Sets the value of the SortByMetric property for this object.
|
CurrentMetricSortCriteria.Builder |
sortByMetric(String sortByMetric)
Sets the value of the SortByMetric property for this object.
|
CurrentMetricSortCriteria.Builder |
sortOrder(SortOrder sortOrder)
The way to sort.
|
CurrentMetricSortCriteria.Builder |
sortOrder(String sortOrder)
The way to sort.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCurrentMetricSortCriteria.Builder sortByMetric(String sortByMetric)
sortByMetric - The new value for the SortByMetric property for this object.CurrentMetricName,
CurrentMetricNameCurrentMetricSortCriteria.Builder sortByMetric(CurrentMetricName sortByMetric)
sortByMetric - The new value for the SortByMetric property for this object.CurrentMetricName,
CurrentMetricNameCurrentMetricSortCriteria.Builder sortOrder(String sortOrder)
The way to sort.
CurrentMetricSortCriteria.Builder sortOrder(SortOrder sortOrder)
The way to sort.
Copyright © 2023. All rights reserved.