SendingHookRequestglobal class SendingHookRequest The data required to enable a SendingHook to deliver messages. Methods
SendingHookRequestglobal SendingHookRequest(MessagingSystemService.Sender sender, MessagingSystemService.MessageTypeSpecifier specifier, List<Id> recordIds, MessagingAction.DeliveryType deliveryType) Constructs a SendingHookRequest. Input Parameters
withVirtualDataObjectRequestglobal SendingHookRequest withVirtualDataObjectRequest(Boolean isVirtualDataObjectRequest) Configure whether the request is for a virtual data object. Input Parameters
Return ValueThe request instance to allow further method calls. getSenderglobal MessagingSystemService.Sender getSender() Return ValueThe sender that is to deliver messages. getSpecifierglobal MessagingSystemService.MessageTypeSpecifier getSpecifier() Return ValueThe message type with which to deliver the messages. getDeliveryTypeglobal MessagingAction.DeliveryType getDeliveryType() Return ValueThe type of delivery specified by the Process Builder. isVirtualDataObjectRequestglobal Boolean isVirtualDataObjectRequest() Return ValueWhether the request is for a virtual data object. |