public static final class RecurrenceInfo.Builder
extends java.lang.Object
RecurrenceInfo
.Constructor and Description |
---|
Builder(long minute,
long hour)
Constructor with parameters for the required properties of
RecurrenceInfo . |
Modifier and Type | Method and Description |
---|---|
RecurrenceInfo |
build() |
RecurrenceInfo.Builder |
setDays(java.util.List<RecurrenceInfo.DayOfWeek> days)
Day of week when the backup should be run.
|
public Builder(long minute, long hour)
RecurrenceInfo
.public RecurrenceInfo.Builder setDays(java.util.List<RecurrenceInfo.DayOfWeek> days)
null
the backup will be run everyday.days
- New value for the property.public RecurrenceInfo build()