Package com.veeva.vault.sdk.api.action
Interface UserActionExecutionBanner.Builder
- Enclosing interface:
- UserActionExecutionBanner
public static interface UserActionExecutionBanner.Builder
Build a
UserActionExecutionBanner to be set on a PostExecutionUserActionUIBehavior
during the action's onPostExecute method.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Create a new instance ofUserActionExecutionBanner.withMessage(String message) Required: Set the message in this banner.
-
Method Details
-
withMessage
Required: Set the message in this banner. Validated in thebuildmethod.- Parameters:
message- the message to be shown on the post-execution banner- Returns:
- this builder
-
build
UserActionExecutionBanner build()Create a new instance ofUserActionExecutionBanner.- Returns:
- new instance of
UserActionExecutionBanner
-