Class CallsUpdateRequest

java.lang.Object
com.slack.api.methods.request.calls.CallsUpdateRequest
All Implemented Interfaces:
SlackApiRequest

public class CallsUpdateRequest extends Object implements SlackApiRequest
https://docs.slack.dev/reference/methods/calls.update
  • Method Details

    • builder

    • getToken

      public String getToken()
      Authentication token bearing required scopes.
      Specified by:
      getToken in interface SlackApiRequest
      Returns:
      token string value or null
    • getId

      public String getId()
      id returned by the calls.add method.
    • getDesktopAppJoinUrl

      public String getDesktopAppJoinUrl()
      When supplied, available Slack clients will attempt to directly launch the 3rd-party Call with this URL.
    • getJoinUrl

      public String getJoinUrl()
      The URL required for a client to join the Call.
    • getTitle

      public String getTitle()
      The name of the Call.
    • setToken

      public void setToken(String token)
      Authentication token bearing required scopes.
      Specified by:
      setToken in interface SlackApiRequest
    • setId

      public void setId(String id)
      id returned by the calls.add method.
    • setDesktopAppJoinUrl

      public void setDesktopAppJoinUrl(String desktopAppJoinUrl)
      When supplied, available Slack clients will attempt to directly launch the 3rd-party Call with this URL.
    • setJoinUrl

      public void setJoinUrl(String joinUrl)
      The URL required for a client to join the Call.
    • setTitle

      public void setTitle(String title)
      The name of the Call.
    • 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