Class CallsUpdateRequest

    • Method Detail

      • 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.
      • 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.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object