Interface VideoEntity.UpdateStages.WithTitle

  • All Known Subinterfaces:
    VideoEntity.Update
    Enclosing interface:
    VideoEntity.UpdateStages

    public static interface VideoEntity.UpdateStages.WithTitle
    The stage of the VideoEntity update allowing to specify title.
    • Method Detail

      • withTitle

        VideoEntity.Update withTitle​(String title)
        Specifies the title property: Optional video title provided by the user. Value can be up to 256 characters long..
        Parameters:
        title - Optional video title provided by the user. Value can be up to 256 characters long.
        Returns:
        the next definition stage.