Uses of Interface
com.veeva.vault.sdk.api.notification.NotificationQueueMessage.Builder
Packages that use NotificationQueueMessage.Builder
Package
Description
This package provides interfaces to queue Vault notifications.
-
Uses of NotificationQueueMessage.Builder in com.veeva.vault.sdk.api.notification
Methods in com.veeva.vault.sdk.api.notification that return NotificationQueueMessage.BuilderModifier and TypeMethodDescriptionNotificationService.newNotificationQueueMessageBuilder()Creates a new builder for constructing aNotificationQueueMessage.Sets the email message body for the notification.NotificationQueueMessage.Builder.withNotificationText(String notificationText) Sets the content of the notification.NotificationQueueMessage.Builder.withSubject(String subject) Sets the email subject line for the notification.NotificationQueueMessage.Builder.withTemplateName(String templateName) Sets the name of the template to use.NotificationQueueMessage.Builder.withTokenRequest(TokenRequest tokenRequest) Supplies a TokenRequest to resolve tokens within the message.