Class ViewsOpenRequest

    • Method Detail

      • getToken

        public String getToken()
        Description copied from interface: SlackApiRequest
        Returns a token in this request object. If the API endpoint does not require a token (e.g., api.test), this method can return null.
        Specified by:
        getToken in interface SlackApiRequest
        Returns:
        token string value or null
      • getTriggerId

        public String getTriggerId()
      • getView

        public View getView()
      • getViewAsString

        public String getViewAsString()
      • setTriggerId

        public void setTriggerId​(String triggerId)
      • setView

        public void setView​(View view)
      • setViewAsString

        public void setViewAsString​(String viewAsString)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object