fferpcore.SendingHookRequestglobal inherited sharing class SendingHookRequest The data required to enable a fferpcore.SendingHook to deliver messages. Methods
SendingHookRequestglobal SendingHookRequest(fferpcore.MessagingSystemService.Sender sender, fferpcore.MessagingSystemService.MessageTypeSpecifier specifier, List<Id> recordIds, fferpcore.MessagingAction.DeliveryType deliveryType) Constructs a SendingHookRequest. Input Parameters
withVirtualDataObjectRequestglobal fferpcore.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 fferpcore.MessagingSystemService.Sender getSender() Return ValueThe sender that is to deliver messages. getSpecifierglobal fferpcore.MessagingSystemService.MessageTypeSpecifier getSpecifier() Return ValueThe message type with which to deliver the messages. getDeliveryTypeglobal fferpcore.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. |