java.lang.Object
com.atlassian.confluence.internal.api.incrementalsync.model.contentmanagement.ContentManagementIncSyncModel
All Implemented Interfaces:
IncrementalSyncModel
Direct Known Subclasses:
BaseContentModel

public abstract class ContentManagementIncSyncModel extends Object implements IncrementalSyncModel
Model class representing the data structure and attributes of Content incremental sync.
Since:
9.3.0
  • Field Details

    • journalEntryId

      protected long journalEntryId
    • type

      protected String type
    • operation

      protected String operation
  • Constructor Details

    • ContentManagementIncSyncModel

      public ContentManagementIncSyncModel(long journalEntryId, String type, String operation)
  • Method Details