public static interface ExcludePeriodConfiguration.Builder extends SdkPojo, CopyableBuilder<ExcludePeriodConfiguration.Builder,ExcludePeriodConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ExcludePeriodConfiguration.Builder |
amount(Integer amount)
The amount or number of the exclude period.
|
ExcludePeriodConfiguration.Builder |
granularity(String granularity)
The granularity or unit (day, month, year) of the exclude period.
|
ExcludePeriodConfiguration.Builder |
granularity(TimeGranularity granularity)
The granularity or unit (day, month, year) of the exclude period.
|
ExcludePeriodConfiguration.Builder |
status(String status)
The status of the exclude period.
|
ExcludePeriodConfiguration.Builder |
status(WidgetStatus status)
The status of the exclude period.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExcludePeriodConfiguration.Builder amount(Integer amount)
The amount or number of the exclude period.
amount - The amount or number of the exclude period.ExcludePeriodConfiguration.Builder granularity(String granularity)
The granularity or unit (day, month, year) of the exclude period.
granularity - The granularity or unit (day, month, year) of the exclude period.TimeGranularity,
TimeGranularityExcludePeriodConfiguration.Builder granularity(TimeGranularity granularity)
The granularity or unit (day, month, year) of the exclude period.
granularity - The granularity or unit (day, month, year) of the exclude period.TimeGranularity,
TimeGranularityExcludePeriodConfiguration.Builder status(String status)
The status of the exclude period. Choose from the following options:
ENABLED
DISABLED
status - The status of the exclude period. Choose from the following options:
ENABLED
DISABLED
WidgetStatus,
WidgetStatusExcludePeriodConfiguration.Builder status(WidgetStatus status)
The status of the exclude period. Choose from the following options:
ENABLED
DISABLED
status - The status of the exclude period. Choose from the following options:
ENABLED
DISABLED
WidgetStatus,
WidgetStatusCopyright © 2023. All rights reserved.