Class AdminAppsApproveRequest
java.lang.Object
com.slack.api.methods.request.admin.apps.AdminAppsApproveRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.apps.approve
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetAppId()The id of the app to approve.The ID of the enterprise to approve the app onThe id of the request to approve.The ID of the workspace to approve the app ongetToken()Authentication token bearing required scopes.inthashCode()voidThe id of the app to approve.voidsetEnterpriseId(String enterpriseId) The ID of the enterprise to approve the app onvoidsetRequestId(String requestId) The id of the request to approve.voidThe ID of the workspace to approve the app onvoidAuthentication token bearing required scopes.toString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getAppId
The id of the app to approve. -
getRequestId
The id of the request to approve. -
getEnterpriseId
The ID of the enterprise to approve the app on -
getTeamId
The ID of the workspace to approve the app on -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setAppId
The id of the app to approve. -
setRequestId
The id of the request to approve. -
setEnterpriseId
The ID of the enterprise to approve the app on -
setTeamId
The ID of the workspace to approve the app on -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-