Class OAuthV2ExchangeRequest
java.lang.Object
com.slack.api.methods.request.oauth.OAuthV2ExchangeRequest
- All Implemented Interfaces:
SlackApiRequest
public class OAuthV2ExchangeRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/oauth.v2.exchange
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilder -
Method Summary
Modifier and Type Method Description static OAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetClientId()Issued when you created your application.StringgetClientSecret()Issued when you created your application.StringgetToken()The legacy xoxb or xoxp token being migrated to use token rotation.inthashCode()voidsetClientId(String clientId)Issued when you created your application.voidsetClientSecret(String clientSecret)Issued when you created your application.voidsetToken(String token)The legacy xoxb or xoxp token being migrated to use token rotation.StringtoString()
-
Method Details
-
builder
-
getToken
The legacy xoxb or xoxp token being migrated to use token rotation.- Specified by:
getTokenin interfaceSlackApiRequest
-
getClientId
Issued when you created your application. -
getClientSecret
Issued when you created your application. -
setToken
The legacy xoxb or xoxp token being migrated to use token rotation. -
setClientId
Issued when you created your application. -
setClientSecret
Issued when you created your application. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-