Interface Gallery.DefinitionStages.WithDescription
-
- All Known Subinterfaces:
Gallery.Definition,Gallery.DefinitionStages.WithCreate
- Enclosing interface:
- Gallery.DefinitionStages
public static interface Gallery.DefinitionStages.WithDescriptionThe stage of the gallery definition allowing to specify description.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Gallery.DefinitionStages.WithCreatewithDescription(String description)Specifies description for the gallery.
-
-
-
Method Detail
-
withDescription
Gallery.DefinitionStages.WithCreate withDescription(String description)
Specifies description for the gallery.- Parameters:
description- The description- Returns:
- the next definition stage
-
-