public static interface AnalyticsBinBySpecification.Builder extends SdkPojo, CopyableBuilder<AnalyticsBinBySpecification.Builder,AnalyticsBinBySpecification>
| Modifier and Type | Method and Description |
|---|---|
AnalyticsBinBySpecification.Builder |
interval(AnalyticsInterval interval)
Specifies the interval of time by which to bin the analytics data.
|
AnalyticsBinBySpecification.Builder |
interval(String interval)
Specifies the interval of time by which to bin the analytics data.
|
AnalyticsBinBySpecification.Builder |
name(AnalyticsBinByName name)
Specifies the time metric by which to bin the analytics data.
|
AnalyticsBinBySpecification.Builder |
name(String name)
Specifies the time metric by which to bin the analytics data.
|
AnalyticsBinBySpecification.Builder |
order(AnalyticsSortOrder order)
Specifies whether to bin the analytics data in ascending or descending order.
|
AnalyticsBinBySpecification.Builder |
order(String order)
Specifies whether to bin the analytics data in ascending or descending order.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalyticsBinBySpecification.Builder name(String name)
Specifies the time metric by which to bin the analytics data.
name - Specifies the time metric by which to bin the analytics data.AnalyticsBinByName,
AnalyticsBinByNameAnalyticsBinBySpecification.Builder name(AnalyticsBinByName name)
Specifies the time metric by which to bin the analytics data.
name - Specifies the time metric by which to bin the analytics data.AnalyticsBinByName,
AnalyticsBinByNameAnalyticsBinBySpecification.Builder interval(String interval)
Specifies the interval of time by which to bin the analytics data.
interval - Specifies the interval of time by which to bin the analytics data.AnalyticsInterval,
AnalyticsIntervalAnalyticsBinBySpecification.Builder interval(AnalyticsInterval interval)
Specifies the interval of time by which to bin the analytics data.
interval - Specifies the interval of time by which to bin the analytics data.AnalyticsInterval,
AnalyticsIntervalAnalyticsBinBySpecification.Builder order(String order)
Specifies whether to bin the analytics data in ascending or descending order. If this field is left blank, the default order is by the key of the bin in descending order.
order - Specifies whether to bin the analytics data in ascending or descending order. If this field is left
blank, the default order is by the key of the bin in descending order.AnalyticsSortOrder,
AnalyticsSortOrderAnalyticsBinBySpecification.Builder order(AnalyticsSortOrder order)
Specifies whether to bin the analytics data in ascending or descending order. If this field is left blank, the default order is by the key of the bin in descending order.
order - Specifies whether to bin the analytics data in ascending or descending order. If this field is left
blank, the default order is by the key of the bin in descending order.AnalyticsSortOrder,
AnalyticsSortOrderCopyright © 2023. All rights reserved.