fferpcore.ApplyMessagesToTargetObjectRequestglobal 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. MethodsgetTargetObjectTargetObject getTargetObject() Return ValueThe TargetObject to work on. It may be new or existing. getMessagesList<DeliveredMessage> getMessages() Return ValueThe messages pertaining to the request. |