Class RemindersAddRequest
java.lang.Object
com.slack.api.methods.request.reminders.RemindersAddRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/reminders.add
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetText()The content of the remindergetTime()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.getToken()Authentication token.getUser()The user who will receive the reminder.inthashCode()voidvoidThe content of the remindervoidWhen 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.voidAuthentication token.voidThe user who will receive the reminder.toString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `reminders:write`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getText
The content of the reminder -
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. \"in 15 minutes,\" or \"every Thursday\") -
getUser
The user who will receive the reminder. If no user is specified, the reminder will go to user who created it. -
getTeamId
-
setToken
Authentication token. Requires scope: `reminders:write`- Specified by:
setTokenin interfaceSlackApiRequest
-
setText
The content of the reminder -
setTime
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. \"in 15 minutes,\" or \"every Thursday\") -
setUser
The user who will receive the reminder. If no user is specified, the reminder will go to user who created it. -
setTeamId
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-