Interface NotificationContext.Builder

  • Method Details

    • validationId

      NotificationContext.Builder validationId(String validationId)

      The ID of the validation.

      Parameters:
      validationId - The ID of the validation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the validation.

      Parameters:
      status - The status of the validation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the validation.

      Parameters:
      status - The status of the validation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusMessage

      NotificationContext.Builder statusMessage(String statusMessage)

      The status message.

      Parameters:
      statusMessage - The status message.
      Returns:
      Returns a reference to this object so that method calls can be chained together.