Class RemindersAddRequest.RemindersAddRequestBuilder
java.lang.Object
com.slack.api.methods.request.reminders.RemindersAddRequest.RemindersAddRequestBuilder
- Enclosing class:
- RemindersAddRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The content of the reminderWhen 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.Authentication token.toString()The user who will receive the reminder.
-
Method Details
-
token
Authentication token. Requires scope: `reminders:write`- Returns:
this.
-
text
The content of the reminder- Returns:
this.
-
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. \"in 15 minutes,\" or \"every Thursday\")- Returns:
this.
-
user
The user who will receive the reminder. If no user is specified, the reminder will go to user who created it.- Returns:
this.
-
teamId
- Returns:
this.
-
build
-
toString
-