Interface LabeledDocumentUpdate
- All Superinterfaces:
EntityUpdate
- All Known Subinterfaces:
ItemUpdate
,LabeledStatementDocumentUpdate
,MediaInfoUpdate
,PropertyUpdate
,TermedDocumentUpdate
,TermedStatementDocumentUpdate
- All Known Implementing Classes:
ItemUpdateImpl
,LabeledDocumentUpdateImpl
,MediaInfoUpdateImpl
,PropertyUpdateImpl
,TermedDocumentUpdateImpl
Collection of changes that can be applied to an entity that has labels.
-
Method Summary
Methods inherited from interface org.wikidata.wdtk.datamodel.interfaces.EntityUpdate
getBaseRevisionId, getEntityId, isEmpty
-
Method Details
-
getLabels
TermUpdate getLabels()Returns changes in entity labels.- Returns:
- update of entity labels, possibly empty
-