| Package | Description |
|---|---|
| com.oracle.bmc.osmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
static Recurrence.IntervalType |
Recurrence.IntervalType.create(String key) |
Recurrence.IntervalType |
Recurrence.getIntervalType()
the interval period for the recurrence
|
static Recurrence.IntervalType |
Recurrence.IntervalType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Recurrence.IntervalType[] |
Recurrence.IntervalType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Recurrence.Builder |
Recurrence.Builder.intervalType(Recurrence.IntervalType intervalType) |
| Constructor and Description |
|---|
Recurrence(Recurrence.IntervalType intervalType,
String intervalValue)
Deprecated.
|
Copyright © 2016–2020. All rights reserved.