public final class ReminderRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ReminderRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static ReminderRequest.Builder |
builder() |
boolean |
equals(Object o) |
AlertInfo |
getAlertInfo()
Get alertInfo
|
PushNotification |
getPushNotification()
Get pushNotification
|
OffsetDateTime |
getRequestTime()
Valid ISO 8601 format - Creation time of this reminder alert
|
Trigger |
getTrigger()
Get trigger
|
int |
hashCode() |
String |
toString() |
public static ReminderRequest.Builder builder()
public OffsetDateTime getRequestTime()
public Trigger getTrigger()
public AlertInfo getAlertInfo()
public PushNotification getPushNotification()
Copyright © 2023. All rights reserved.