public final class ReminderResponse extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ReminderResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static ReminderResponse.Builder |
builder() |
boolean |
equals(Object o) |
String |
getAlertToken()
Unique id of this reminder alert
|
String |
getCreatedTime()
Valid ISO 8601 format - Creation time of this reminder alert
|
String |
getHref()
URI to retrieve the created alert
|
Status |
getStatus()
Get status
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
String |
getStatusAsString()
Get the underlying String value for status.
|
String |
getUpdatedTime()
Valid ISO 8601 format - Last updated time of this reminder alert
|
String |
getVersion()
Version of reminder alert
|
int |
hashCode() |
String |
toString() |
public static ReminderResponse.Builder builder()
public String getAlertToken()
public String getCreatedTime()
public String getUpdatedTime()
public Status getStatus()
public String getStatusAsString()
public String getVersion()
public String getHref()
Copyright © 2023. All rights reserved.