mapFromDiscoveryClassificationDataList

Maps a list of classification responses to a list of DiscoveryClassification objects.

Converts a list of DiscoveryClassificationResponse to DiscoveryClassification objects. Returns null if the input list is null.

Return

A list of DiscoveryClassification objects, or null if the input is null.

Parameters

discoveryClassificationDataList

The list of classification responses from the API.