Class TeamExternalTeamsDisconnectRequest
java.lang.Object
com.slack.api.methods.request.team.external_teams.TeamExternalTeamsDisconnectRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/team.externalTeams.disconnect
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe encoded team ID of the target team.getToken()Authentication token bearing required scopes.inthashCode()voidsetTargetTeam(String targetTeam) The encoded team ID of the target team.voidAuthentication token bearing required scopes.toString()
-
Method Details
-
builder
public static TeamExternalTeamsDisconnectRequest.TeamExternalTeamsDisconnectRequestBuilder builder() -
getToken
Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getTargetTeam
The encoded team ID of the target team. -
setToken
Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter.- Specified by:
setTokenin interfaceSlackApiRequest
-
setTargetTeam
The encoded team ID of the target team. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-