Interface BusinessNotification.CaseReceiverBuilder

Enclosing interface:
BusinessNotification

public static interface BusinessNotification.CaseReceiverBuilder
API:
This is a public API.
  • Method Details

    • addOwner

      Sends the notification to the case or business case owner.

      If no owner is set on the case this method does not add any receiver. If no other receiver is added the notification will not be sent.

      Returns:
      builder for further composition of the notification
      API:
      This public API is available in Java.
    • addCreator

      Sends the notification to the case or business case creator.

      If no creator is available on the case this method does not add any receiver. If no other receiver is added the notification will not be sent.

      Returns:
      builder for further composition of the notification
      API:
      This public API is available in Java.
    • addAllInvolved

      Sends the notification to all users that were involved in the case or business case

      If nobody is involved on the case this method does not add any receiver. If no other receiver is added the notification will not be sent.

      Returns:
      builder for further composition of the notification
      API:
      This public API is available in Java.
    • addAllWorkers

      Sends the notification to all users that have been worked on a task of the case or business case

      If nobody has worked on the case this method does not add any receiver. If no other receiver is added the notification will not be sent.

      Returns:
      builder for further composition of the notification
      API:
      This public API is available in Java.