public final class Recurrence extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Recurrence.Builder |
Modifier and Type | Method and Description |
---|---|
static Recurrence.Builder |
builder() |
boolean |
equals(Object o) |
List<RecurrenceDay> |
getByDay()
Get byDay
|
LocalDateTime |
getEndDateTime()
Valid ISO 8601 format - optional end DateTime of recurrence
|
RecurrenceFreq |
getFreq()
Get freq
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
String |
getFreqAsString()
Get the underlying String value for freq.
|
Integer |
getInterval()
contains a positive integer representing at which intervals the recurrence rule repeats
|
List<String> |
getRecurrenceRules()
Get recurrenceRules
|
LocalDateTime |
getStartDateTime()
Valid ISO 8601 format - optional start DateTime of recurrence.
|
int |
hashCode() |
String |
toString() |
public static Recurrence.Builder builder()
public RecurrenceFreq getFreq()
public String getFreqAsString()
public List<RecurrenceDay> getByDay()
public Integer getInterval()
public LocalDateTime getStartDateTime()
public LocalDateTime getEndDateTime()
public List<String> getRecurrenceRules()
Copyright © 2023. All rights reserved.