Uses of Enum
com.slack.api.bolt.App.Status
Packages that use App.Status
-
Uses of App.Status in com.slack.api.bolt
Methods in com.slack.api.bolt that return App.StatusModifier and TypeMethodDescriptionApp.status()static App.StatusReturns the enum constant of this type with the specified name.static App.Status[]App.Status.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.slack.api.bolt with parameters of type App.StatusModifier and TypeMethodDescriptionApp.AppBuilder.status(App.Status status) Current status of this App.Constructors in com.slack.api.bolt with parameters of type App.StatusModifierConstructorDescriptionApp(AppConfig appConfig, ExecutorService executorService, List<Middleware> middlewareList, App.Status status, InstallationService installationService, DefaultTokensRevokedEventHandler tokensRevokedEventHandler, DefaultAppUninstalledEventHandler appUninstalledEventHandler, OAuthStateService oAuthStateService, OpenIDConnectNonceService openIDConnectNonceService, OAuthSuccessHandler oAuthSuccessHandler, OAuthV2SuccessHandler oAuthV2SuccessHandler, OpenIDConnectSuccessHandler openIDConnectSuccessHandler, OAuthErrorHandler oAuthErrorHandler, OAuthAccessErrorHandler oAuthAccessErrorHandler, OAuthV2AccessErrorHandler oAuthV2AccessErrorHandler, OpenIDConnectErrorHandler openIDConnectErrorHandler, OAuthStateErrorHandler oAuthStateErrorHandler, OAuthExceptionHandler oAuthExceptionHandler, OAuthCallbackService oAuthCallbackService, AssistantThreadContextService assistantThreadContextService) Creates a newAppinstance.