Class ViewsUpdateRequest
java.lang.Object
com.slack.api.methods.request.views.ViewsUpdateRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/views.update
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetHash()getToken()Returns a token in this request object.getView()inthashCode()voidsetExternalId(String externalId) voidvoidUpdates the token in this request object.voidvoidsetViewAsString(String viewAsString) voidtoString()
-
Method Details
-
builder
-
getToken
Description copied from interface:SlackApiRequestReturns 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:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getView
-
getViewAsString
-
getExternalId
-
getHash
-
getViewId
-
setToken
Description copied from interface:SlackApiRequestUpdates 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:
setTokenin interfaceSlackApiRequest
-
setView
-
setViewAsString
-
setExternalId
-
setHash
-
setViewId
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-