Class ViewsUpdateRequest

java.lang.Object
com.slack.api.methods.request.views.ViewsUpdateRequest
All Implemented Interfaces:
SlackApiRequest

public class ViewsUpdateRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/views.update
  • Method Details

    • builder

    • 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
    • getView

      public View getView()
    • getViewAsString

      public String getViewAsString()
    • getExternalId

      public String getExternalId()
    • getHash

      public String getHash()
    • getViewId

      public String getViewId()
    • setToken

      public void setToken(String token)
      Description copied from interface: SlackApiRequest
      Updates the token in this request object.

      The default implementation throws UnsupportedOperationException. All the built-in implementing classes overrides this method in a proper way.

      Specified by:
      setToken in interface SlackApiRequest
    • setView

      public void setView(View view)
    • setViewAsString

      public void setViewAsString(String viewAsString)
    • setExternalId

      public void setExternalId(String externalId)
    • setHash

      public void setHash(String hash)
    • setViewId

      public void setViewId(String viewId)
    • 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