Foundations Apex API Developer Reference

fferpcore.ApplyMessagesToTargetObjectRequest

global interface ApplyMessagesToTargetObjectRequest

The purpose of this interface is to allow a fferpcore.TargetObject to have a series of messages associated with it. All methods in this interface must be implemented in order to use them.

Methods

getTargetObject

TargetObject getTargetObject()

Return Value

The TargetObject to work on. It may be new or existing.

getMessages

List<DeliveredMessage> getMessages()

Return Value

The messages pertaining to the request.

© Copyright 2009–2022 FinancialForce.com, inc. Confidential – all rights reserved. Various trademarks held by their respective owners.