public static class GlobalSettings.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GlobalSettings |
build() |
GlobalSettings.Builder |
copy(GlobalSettings model) |
GlobalSettings.Builder |
isPaidUsage(Boolean isPaidUsage)
The paid usage option chosen by the customer admin.
|
GlobalSettings.Builder |
offlineRetentionPeriod(Integer offlineRetentionPeriod)
The offline retention period in months.
|
GlobalSettings.Builder |
onlineRetentionPeriod(Integer onlineRetentionPeriod)
The online retention period in months.
|
public GlobalSettings.Builder isPaidUsage(Boolean isPaidUsage)
The paid usage option chosen by the customer admin.
isPaidUsage
- the value to setpublic GlobalSettings.Builder onlineRetentionPeriod(Integer onlineRetentionPeriod)
The online retention period in months.
onlineRetentionPeriod
- the value to setpublic GlobalSettings.Builder offlineRetentionPeriod(Integer offlineRetentionPeriod)
The offline retention period in months.
offlineRetentionPeriod
- the value to setpublic GlobalSettings build()
public GlobalSettings.Builder copy(GlobalSettings model)
Copyright © 2016–2024. All rights reserved.