Class VideoPreviewImageUrls


  • public final class VideoPreviewImageUrls
    extends Object
    Video preview image URLs. These URLs can be used in conjunction with the video content authorization token to download the most recent still image from the video archive in different resolutions. They are available when the video type is 'archive' and preview images are enabled.
    • Constructor Detail

      • VideoPreviewImageUrls

        public VideoPreviewImageUrls()
    • Method Detail

      • small

        public String small()
        Get the small property: Low resolution preview image URL.
        Returns:
        the small value.
      • withSmall

        public VideoPreviewImageUrls withSmall​(String small)
        Set the small property: Low resolution preview image URL.
        Parameters:
        small - the small value to set.
        Returns:
        the VideoPreviewImageUrls object itself.
      • medium

        public String medium()
        Get the medium property: Medium resolution preview image URL.
        Returns:
        the medium value.
      • withMedium

        public VideoPreviewImageUrls withMedium​(String medium)
        Set the medium property: Medium resolution preview image URL.
        Parameters:
        medium - the medium value to set.
        Returns:
        the VideoPreviewImageUrls object itself.
      • large

        public String large()
        Get the large property: High resolution preview image URL.
        Returns:
        the large value.
      • withLarge

        public VideoPreviewImageUrls withLarge​(String large)
        Set the large property: High resolution preview image URL.
        Parameters:
        large - the large value to set.
        Returns:
        the VideoPreviewImageUrls object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.