public class Recurrence extends Object
Constructor and Description |
---|
Recurrence() |
Modifier and Type | Method and Description |
---|---|
RecurrenceFrequency |
frequency()
Get the recurrence frequency.
|
RecurrentSchedule |
schedule()
Get the scheduling constraints for when the profile begins.
|
Recurrence |
withFrequency(RecurrenceFrequency frequency)
Set the recurrence frequency.
|
Recurrence |
withSchedule(RecurrentSchedule schedule)
Set the scheduling constraints for when the profile begins.
|
public RecurrenceFrequency frequency()
public Recurrence withFrequency(RecurrenceFrequency frequency)
frequency
- the frequency value to setpublic RecurrentSchedule schedule()
public Recurrence withSchedule(RecurrentSchedule schedule)
schedule
- the schedule value to setCopyright © 2019. All rights reserved.