Interface SenseUpdate
- All Superinterfaces:
EntityUpdate
,StatementDocumentUpdate
- All Known Implementing Classes:
SenseUpdateImpl
Collection of changes that can be applied to sense entity.
-
Method Summary
Modifier and TypeMethodDescriptionReturns ID of the entity that is being updated.Returns changes in sense glosses.Methods inherited from interface org.wikidata.wdtk.datamodel.interfaces.EntityUpdate
getBaseRevisionId, isEmpty
Methods inherited from interface org.wikidata.wdtk.datamodel.interfaces.StatementDocumentUpdate
getStatements
-
Method Details
-
getEntityId
SenseIdValue getEntityId()Description copied from interface:EntityUpdate
Returns ID of the entity that is being updated.- Specified by:
getEntityId
in interfaceEntityUpdate
- Returns:
- ID of the updated entity
-
getGlosses
TermUpdate getGlosses()Returns changes in sense glosses.- Returns:
- update of sense glosses, possibly empty
-