| Modifier and Type | Method and Description |
|---|---|
RecurrenceFrequency |
Recurrence.frequency()
Get the recurrence frequency.
|
static RecurrenceFrequency |
RecurrenceFrequency.fromString(String value)
Parses a serialized value to a RecurrenceFrequency instance.
|
static RecurrenceFrequency |
RecurrenceFrequency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecurrenceFrequency[] |
RecurrenceFrequency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Recurrence |
Recurrence.withFrequency(RecurrenceFrequency frequency)
Set the recurrence frequency.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/