Class OAuthV2AccessResponse
java.lang.Object
com.slack.api.methods.response.oauth.OAuthV2AccessResponse
- All Implemented Interfaces:
SlackApiResponse,SlackApiTextResponse
public class OAuthV2AccessResponse extends Object implements SlackApiTextResponse
https://api.slack.com/methods/oauth.v2.access
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOAuthV2AccessResponse.AuthedUserstatic classOAuthV2AccessResponse.Enterprisestatic classOAuthV2AccessResponse.IncomingWebhookstatic classOAuthV2AccessResponse.Team -
Constructor Summary
Constructors Constructor Description OAuthV2AccessResponse() -
Method Summary
-
Constructor Details
-
OAuthV2AccessResponse
public OAuthV2AccessResponse()
-
-
Method Details
-
isOk
public boolean isOk()- Specified by:
isOkin interfaceSlackApiTextResponse
-
getWarning
- Specified by:
getWarningin interfaceSlackApiTextResponse
-
getError
- Specified by:
getErrorin interfaceSlackApiTextResponse
-
getNeeded
- Specified by:
getNeededin interfaceSlackApiTextResponse
-
getProvided
- Specified by:
getProvidedin interfaceSlackApiTextResponse
-
getAppId
-
getAuthedUser
-
getScope
-
getTokenType
-
getAccessToken
-
getRefreshToken
-
getExpiresIn
-
getBotUserId
-
getTeam
-
getEnterprise
-
isEnterpriseInstall
public boolean isEnterpriseInstall() -
getIncomingWebhook
-
setOk
public void setOk(boolean ok)- Specified by:
setOkin interfaceSlackApiTextResponse
-
setWarning
- Specified by:
setWarningin interfaceSlackApiTextResponse
-
setError
- Specified by:
setErrorin interfaceSlackApiTextResponse
-
setNeeded
- Specified by:
setNeededin interfaceSlackApiTextResponse
-
setProvided
- Specified by:
setProvidedin interfaceSlackApiTextResponse
-
setAppId
-
setAuthedUser
-
setScope
-
setTokenType
-
setAccessToken
-
setRefreshToken
-
setExpiresIn
-
setBotUserId
-
setTeam
-
setEnterprise
-
setEnterpriseInstall
public void setEnterpriseInstall(boolean isEnterpriseInstall) -
setIncomingWebhook
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-