Uses of Class
com.slack.api.model.manifest.AppManifestParams.Shortcut.ShortcutBuilder
-
Packages that use AppManifestParams.Shortcut.ShortcutBuilder Package Description com.slack.api.model.manifest -
-
Uses of AppManifestParams.Shortcut.ShortcutBuilder in com.slack.api.model.manifest
Methods in com.slack.api.model.manifest that return AppManifestParams.Shortcut.ShortcutBuilder Modifier and Type Method Description static AppManifestParams.Shortcut.ShortcutBuilderAppManifestParams.Shortcut. builder()AppManifestParams.Shortcut.ShortcutBuilderAppManifestParams.Shortcut.ShortcutBuilder. callbackId(String callbackId)AppManifestParams.Shortcut.ShortcutBuilderAppManifestParams.Shortcut.ShortcutBuilder. description(String description)AppManifestParams.Shortcut.ShortcutBuilderAppManifestParams.Shortcut.ShortcutBuilder. name(String name)AppManifestParams.Shortcut.ShortcutBuilderAppManifestParams.Shortcut.ShortcutBuilder. type(String type)
-