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