Class AdminAppsRequestsCancelRequest
java.lang.Object
com.slack.api.methods.request.admin.apps.AdminAppsRequestsCancelRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.apps.requests.cancel
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe ID of the enterprise where this request belongsThe id of the request to cancel.The ID of the workspace where this request belongsgetToken()Authentication token bearing required scopes.inthashCode()voidsetEnterpriseId(String enterpriseId) The ID of the enterprise where this request belongsvoidsetRequestId(String requestId) The id of the request to cancel.voidThe ID of the workspace where this request belongsvoidAuthentication token bearing required scopes.toString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getRequestId
The id of the request to cancel. -
getEnterpriseId
The ID of the enterprise where this request belongs -
getTeamId
The ID of the workspace where this request belongs -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setRequestId
The id of the request to cancel. -
setEnterpriseId
The ID of the enterprise where this request belongs -
setTeamId
The ID of the workspace where this request belongs -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-