Package 

Class CollectionModel


  • 
    public final class CollectionModel
    
                        

    Represents a video collection in the library. Contains metadata such as the unique identifier, name, video count, total storage size, and preview information.

    • Constructor Detail

      • CollectionModel

        CollectionModel(Long videoLibraryId, String guid, String name, Long videoCount, Long totalSize, String previewVideoIds, List<String> previewImageUrls)
        Parameters:
        videoLibraryId - The ID of the video library that contains the collection.
        guid - The unique identifier of the collection.
        name - The name of the collection.
        videoCount - The number of videos in the collection.
        totalSize - The total storage size of the collection in bytes.
        previewVideoIds - Comma-separated list of video IDs used as preview icons.
        previewImageUrls - An array of URLs for preview images of the videos in the collection.