Class ViewsUpdateRequest
java.lang.Object
com.slack.api.methods.request.views.ViewsUpdateRequest
- All Implemented Interfaces:
SlackApiRequest
https://api.slack.com/methods/views.update
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
getHash()
getToken()
Returns a token in this request object.getView()
int
hashCode()
void
setExternalId
(String externalId) void
void
Updates the token in this request object.void
void
setViewAsString
(String viewAsString) void
toString()
-
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
-
getExternalId
-
getHash
-
getViewId
-
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
-
setExternalId
-
setHash
-
setViewId
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-