Interface UpdateExternalPageRequest.UrlStage
-
- All Known Implementing Classes:
UpdateExternalPageRequest.Builder
- Enclosing class:
- UpdateExternalPageRequest
public static interface UpdateExternalPageRequest.UrlStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateExternalPageRequest.SourceIdStageurl(java.lang.String url)The URL of the external page.
-
-
-
Method Detail
-
url
UpdateExternalPageRequest.SourceIdStage url(@NotNull java.lang.String url)
The URL of the external page. This will be used by Fin to link end users to the page it based its answer on.
-
-