Interface StatementDocumentUpdate
- All Superinterfaces:
EntityUpdate
- All Known Subinterfaces:
FormUpdate
,ItemUpdate
,LabeledStatementDocumentUpdate
,LexemeUpdate
,MediaInfoUpdate
,PropertyUpdate
,SenseUpdate
,TermedStatementDocumentUpdate
- All Known Implementing Classes:
FormUpdateImpl
,ItemUpdateImpl
,LabeledDocumentUpdateImpl
,LexemeUpdateImpl
,MediaInfoUpdateImpl
,PropertyUpdateImpl
,SenseUpdateImpl
,StatementDocumentUpdateImpl
,TermedDocumentUpdateImpl
Collection of changes that can be applied to an entity that has statements.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns statement changes included in this update.Methods inherited from interface org.wikidata.wdtk.datamodel.interfaces.EntityUpdate
getBaseRevisionId, getEntityId, isEmpty
-
Method Details
-
getStatements
StatementUpdate getStatements()Returns statement changes included in this update.- Returns:
- statement update, possibly empty
-