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, isEmptyMethods inherited from interface org.wikidata.wdtk.datamodel.interfaces.StatementDocumentUpdate
getStatements
-
Method Details
-
getEntityId
SenseIdValue getEntityId()Description copied from interface:EntityUpdateReturns ID of the entity that is being updated.- Specified by:
getEntityIdin interfaceEntityUpdate- Returns:
- ID of the updated entity
-
getGlosses
TermUpdate getGlosses()Returns changes in sense glosses.- Returns:
- update of sense glosses, possibly empty
-