Class WarningPartsDef.Warning.Builder

java.lang.Object
com.caplin.generated.motif.fx.warning.WarningPartsDef.Warning.Builder
Enclosing class:
WarningPartsDef.Warning

public static final class WarningPartsDef.Warning.Builder extends Object
  • Method Details

    • addField

      @NotNull public @NotNull WarningPartsDef.Warning.Builder addField(@NotNull @NotNull String key, @NotNull @NotNull String value)
    • build

      @NotNull public @NotNull WarningPartsDef.Warning build()
    • toString

      @NotNull public @NotNull String toString()
      Overrides:
      toString in class Object
    • setWarningTitle

      @NotNull public @NotNull WarningPartsDef.Warning.Builder setWarningTitle(@NotNull @NotNull String warningTitle)
      Parameters:
      warningTitle - e.g. Credit Check
      Returns:
      The title of a warning message. Supports strings and i18n tokens.
    • setWarningMessage

      @NotNull public @NotNull WarningPartsDef.Warning.Builder setWarningMessage(@NotNull @NotNull String warningMessage)
      Parameters:
      warningMessage - e.g. **CREDIT CHECK:** This user has a credit limit of **1,000,000.00 USD** which should not be exceeded.
      Returns:
      The message to display for any warnings regarding a quote request. Supports Markdown syntax for formatting.