Class RemindersAddRequest

java.lang.Object
com.slack.api.methods.request.reminders.RemindersAddRequest
All Implemented Interfaces:
SlackApiRequest

public class RemindersAddRequest
extends Object
implements SlackApiRequest
  • Method Details

    • builder

    • getToken

      public String getToken()
      Authentication token. Requires scope: `reminders:write`
      Specified by:
      getToken in interface SlackApiRequest
    • getText

      public String getText()
      The content of the reminder
    • getTime

      public 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. \"in 15 minutes,\" or \"every Thursday\")
    • getUser

      public String getUser()
      The user who will receive the reminder. If no user is specified, the reminder will go to user who created it.
    • getTeamId

      public String getTeamId()
    • setToken

      public void setToken​(String token)
      Authentication token. Requires scope: `reminders:write`
    • setText

      public void setText​(String text)
      The content of the reminder
    • setTime

      public 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. \"in 15 minutes,\" or \"every Thursday\")
    • setUser

      public void setUser​(String user)
      The user who will receive the reminder. If no user is specified, the reminder will go to user who created it.
    • setTeamId

      public void setTeamId​(String teamId)
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual​(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object