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