Class ApiTestRequest
java.lang.Object
com.slack.api.methods.request.api.ApiTestRequest
- All Implemented Interfaces:
SlackApiRequest
https://api.slack.com/methods/api.test
-
Method Details
-
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
-
builder
-
getFoo
example property to return -
getError
Error response to return -
setFoo
example property to return -
setError
Error response to return -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-