CustomizableWithMappingsglobal interface CustomizableWithMappings An object that can have multiple SubscriptionMapping added to it. Methods
addMappingsAddMappingsResult addMappings(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. getMappingsList<SubscriptionMapping> getMappings() Return ValueThe multiple SubscriptionMapping that the object contains. This list should not be mutated by the caller. |