Interface UpdateContentImportSourceRequest.SyncBehaviorStage
-
- All Known Implementing Classes:
UpdateContentImportSourceRequest.Builder
- Enclosing class:
- UpdateContentImportSourceRequest
public static interface UpdateContentImportSourceRequest.SyncBehaviorStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateContentImportSourceRequest.UrlStagesyncBehavior(UpdateContentImportSourceRequest.SyncBehavior syncBehavior)If you intend to create or update External Pages via the API, this should be set to `api`.
-
-
-
Method Detail
-
syncBehavior
UpdateContentImportSourceRequest.UrlStage syncBehavior(@NotNull UpdateContentImportSourceRequest.SyncBehavior syncBehavior)
If you intend to create or update External Pages via the API, this should be set to `api`. You can not change the value to or from api.
-
-