Class ViewsPublishRequest
java.lang.Object
com.slack.api.methods.request.views.ViewsPublishRequest
- All Implemented Interfaces:
SlackApiRequest
https://api.slack.com/methods/views.publish
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
builder
-
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 interfaceSlackApiRequest
- Returns:
- token string value or null
-
getView
-
getViewAsString
-
getUserId
-
getHash
-
setToken
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 interfaceSlackApiRequest
-
setView
-
setViewAsString
-
setUserId
-
setHash
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-