Class AppsUserConnectionUpdateRequest
java.lang.Object
com.slack.api.methods.request.apps.user.connection.AppsUserConnectionUpdateRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/apps.user.connection.update
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe connection status to set.getToken()Returns a token in this request object.The user ID to update the connection status for.inthashCode()voidThe connection status to set.voidUpdates the token in this request object.voidThe user ID to update the connection status for.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
-
getUserId
The user ID to update the connection status for. -
getStatus
The connection status to set. -
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
-
setUserId
The user ID to update the connection status for. -
setStatus
The connection status to set. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-