Interface VideoEntity.UpdateStages.WithDescription

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

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

      • withDescription

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