Class ViewsPushRequest
java.lang.Object
com.slack.api.methods.request.views.ViewsPushRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/views.push
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetToken()Returns a token in this request object.getView()inthashCode()voidsetInteractivityPointer(String interactivityPointer) voidUpdates the token in this request object.voidsetTriggerId(String triggerId) voidvoidsetViewAsString(String viewAsString) toString()
-
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
-
getTriggerId
-
getInteractivityPointer
-
getView
-
getViewAsString
-
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
-
setTriggerId
-
setInteractivityPointer
-
setView
-
setViewAsString
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-