Class ContentManagementIncSyncModel
java.lang.Object
com.atlassian.confluence.internal.api.incrementalsync.model.contentmanagement.ContentManagementIncSyncModel
- All Implemented Interfaces:
IncrementalSyncModel
- Direct Known Subclasses:
BaseContentModel
Model class representing the data structure and attributes of Content incremental sync.
- Since:
- 9.3.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionContentManagementIncSyncModel
(long journalEntryId, String type, String operation) -
Method Summary
-
Field Details
-
journalEntryId
protected long journalEntryId -
type
-
operation
-
-
Constructor Details
-
ContentManagementIncSyncModel
-
-
Method Details
-
getType
-
getOperation
-
getJournalEntryId
public long getJournalEntryId()- Specified by:
getJournalEntryId
in interfaceIncrementalSyncModel
-
equals
-
hashCode
public int hashCode()
-