Interface UpdateExternalPageRequest.TitleStage
-
- All Known Implementing Classes:
UpdateExternalPageRequest.Builder
- Enclosing class:
- UpdateExternalPageRequest
public static interface UpdateExternalPageRequest.TitleStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateExternalPageRequest.HtmlStagetitle(java.lang.String title)The title of the external page.
-
-
-
Method Detail
-
title
UpdateExternalPageRequest.HtmlStage title(@NotNull java.lang.String title)
The title of the external page.
-
-