Class OAuthAccessResponse
java.lang.Object
com.slack.api.methods.response.oauth.OAuthAccessResponse
- All Implemented Interfaces:
SlackApiResponse,SlackApiTextResponse
public class OAuthAccessResponse extends Object implements SlackApiTextResponse
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOAuthAccessResponse.AuthorizingUserDeprecated.static classOAuthAccessResponse.Botstatic classOAuthAccessResponse.IncomingWebhookstatic classOAuthAccessResponse.InstallerUserDeprecated.static classOAuthAccessResponse.ScopesDeprecated. -
Constructor Summary
Constructors Constructor Description OAuthAccessResponse() -
Method Summary
-
Constructor Details
-
OAuthAccessResponse
public OAuthAccessResponse()
-
-
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
-
getTokenType
-
getAccessToken
-
getScope
-
getEnterpriseId
-
getTeamName
-
getTeamId
-
getUserId
-
getIncomingWebhook
-
getBot
-
getAuthorizingUser
Deprecated. -
getInstallerUser
Deprecated. -
getScopes
Deprecated. -
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
-
setTokenType
-
setAccessToken
-
setScope
-
setEnterpriseId
-
setTeamName
-
setTeamId
-
setUserId
-
setIncomingWebhook
-
setBot
-
setAuthorizingUser
Deprecated. -
setInstallerUser
Deprecated. -
setScopes
Deprecated. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-