fferpcore.CustomizableWithMappings2global interface CustomizableWithMappings2 extends CustomizableWithMappings An object that can have multiple fferpcore.SubscriptionMapping added to it. This class extends fferpcore.CustomizableWithMappings MethodsaddMappingsAddMappingsResult addMappings(String targetChildType, List<fferpcore.SubscriptionMapping> mappings) Add the given mappings to the object. Input Parameters
Return ValueA result object that states whether the addition was successful, and any associoated errors. |