Package | Description |
---|---|
com.amazon.ask.model.services.reminderManagement |
Modifier and Type | Method and Description |
---|---|
static RecurrenceDay |
RecurrenceDay.fromValue(String text) |
static RecurrenceDay |
RecurrenceDay.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecurrenceDay[] |
RecurrenceDay.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<RecurrenceDay> |
Recurrence.getByDay()
Get byDay
|
Modifier and Type | Method and Description |
---|---|
Recurrence.Builder |
Recurrence.Builder.addByDayItem(RecurrenceDay byDayItem) |
Modifier and Type | Method and Description |
---|---|
Recurrence.Builder |
Recurrence.Builder.withByDay(List<RecurrenceDay> byDay) |
Copyright © 2023. All rights reserved.