Uses of Enum
com.slack.api.bolt.request.RequestType
Packages that use RequestType
Package
Description
Middleware for Bolt apps.
The representation of incoming requests from the Slack Platform.
-
Uses of RequestType in com.slack.api.bolt.middleware
Methods in com.slack.api.bolt.middleware with parameters of type RequestTypeModifier and TypeMethodDescriptionstatic booleanMiddlewareOps.isNoAuthRequiredRequest(RequestType requestType) Returns true if there is no need to check the existence of valid app installations.static booleanMiddlewareOps.isNoSlackSignatureRequest(RequestType requestType) Returns true if there is no need to verify a request signature with a given request. -
Uses of RequestType in com.slack.api.bolt.request
Methods in com.slack.api.bolt.request that return RequestTypeModifier and TypeMethodDescriptionabstract RequestTypeRequest.getRequestType()static RequestTypeReturns the enum constant of this type with the specified name.static RequestType[]RequestType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RequestType in com.slack.api.bolt.request.builtin
Methods in com.slack.api.bolt.request.builtin that return RequestTypeModifier and TypeMethodDescriptionAttachmentActionRequest.getRequestType()BlockActionRequest.getRequestType()BlockSuggestionRequest.getRequestType()DialogCancellationRequest.getRequestType()DialogSubmissionRequest.getRequestType()DialogSuggestionRequest.getRequestType()EventRequest.getRequestType()GlobalShortcutRequest.getRequestType()MessageShortcutRequest.getRequestType()OAuthCallbackRequest.getRequestType()OAuthStartRequest.getRequestType()SlashCommandRequest.getRequestType()SSLCheckRequest.getRequestType()UrlVerificationRequest.getRequestType()ViewClosedRequest.getRequestType()ViewSubmissionRequest.getRequestType()WorkflowStepEditRequest.getRequestType()Deprecated.WorkflowStepExecuteRequest.getRequestType()Deprecated.WorkflowStepSaveRequest.getRequestType()Deprecated.