Interface SynchronizeTemplateBodiesOperation.Result

Enclosing interface:
SynchronizeTemplateBodiesOperation

public static interface SynchronizeTemplateBodiesOperation.Result
Interface representing the result of the synchronize operation.
Since:
5.2.230902
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Collection<Page>
    The pages that were altered during the synchronization.
  • Method Details

    • getModifiedPages

      @NotNull @NotNull Collection<Page> getModifiedPages()
      The pages that were altered during the synchronization.
      Returns:
      the altered pages. May be empty but never null.
      Since:
      5.2.230902