Interface VideoEntity.DefinitionStages.WithTitle
-
- All Known Subinterfaces:
VideoEntity.Definition
,VideoEntity.DefinitionStages.WithCreate
- Enclosing interface:
- VideoEntity.DefinitionStages
public static interface VideoEntity.DefinitionStages.WithTitle
The stage of the VideoEntity definition allowing to specify title.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VideoEntity.DefinitionStages.WithCreate
withTitle(String title)
Specifies the title property: Optional video title provided by the user.
-
-
-
Method Detail
-
withTitle
VideoEntity.DefinitionStages.WithCreate 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.
-
-