Interface UpdateExternalPageRequest.SourceIdStage
-
- All Known Implementing Classes:
UpdateExternalPageRequest.Builder
- Enclosing class:
- UpdateExternalPageRequest
public static interface UpdateExternalPageRequest.SourceIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateExternalPageRequest._FinalStagesourceId(int sourceId)The unique identifier for the source of the external page which was given by Intercom.
-
-
-
Method Detail
-
sourceId
UpdateExternalPageRequest._FinalStage sourceId(int sourceId)
The unique identifier for the source of the external page which was given by Intercom. Every external page must be associated with a Content Import Source which represents the place it comes from and from which it inherits a default audience (configured in the UI). For a new source, make a POST request to the Content Import Source endpoint and an ID for the source will be returned in the response.
-
-