public class RemindersAddRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
RemindersAddRequest.RemindersAddRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static RemindersAddRequest.RemindersAddRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getText()
The content of the reminder
|
String |
getTime()
When this reminder should happen: the Unix timestamp (up to five years from now),
the number of seconds until the reminder (if within 24 hours), or a natural language description
(Ex.
|
String |
getToken()
Authentication token.
|
String |
getUser()
The user who will receive the reminder.
|
int |
hashCode() |
void |
setText(String text)
The content of the reminder
|
void |
setTime(String time)
When this reminder should happen: the Unix timestamp (up to five years from now),
the number of seconds until the reminder (if within 24 hours), or a natural language description
(Ex.
|
void |
setToken(String token)
Authentication token.
|
void |
setUser(String user)
The user who will receive the reminder.
|
String |
toString() |
public static RemindersAddRequest.RemindersAddRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getText()
public String getTime()
public String getUser()
public void setToken(String token)
public void setText(String text)
public void setTime(String time)
public void setUser(String user)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.