CustomizableWithMappings2global interface CustomizableWithMappings2 extends CustomizableWithMappings An object that can have multiple SubscriptionMapping added to it. This class extends CustomizableWithMappings MethodsaddMappingsAddMappingsResult addMappings(String targetChildType, List<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. |