public static class Recurrence.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Recurrence |
build() |
Recurrence.Builder |
copy(Recurrence o) |
Recurrence.Builder |
intervalType(Recurrence.IntervalType intervalType)
the interval period for the recurrence
|
Recurrence.Builder |
intervalValue(String intervalValue)
the value for the interval period for the recurrence
|
public Recurrence.Builder intervalType(Recurrence.IntervalType intervalType)
the interval period for the recurrence
intervalType - the value to setpublic Recurrence.Builder intervalValue(String intervalValue)
the value for the interval period for the recurrence
intervalValue - the value to setpublic Recurrence build()
public Recurrence.Builder copy(Recurrence o)
Copyright © 2016–2022. All rights reserved.