Interface MediaInfoUpdate
- All Superinterfaces:
EntityUpdate,LabeledDocumentUpdate,LabeledStatementDocumentUpdate,StatementDocumentUpdate
- All Known Implementing Classes:
MediaInfoUpdateImpl
Collection of changes that can be applied to media entity.
-
Method Summary
Modifier and TypeMethodDescriptionReturns ID of the entity that is being updated.Methods inherited from interface org.wikidata.wdtk.datamodel.interfaces.EntityUpdate
getBaseRevisionId, isEmptyMethods inherited from interface org.wikidata.wdtk.datamodel.interfaces.LabeledDocumentUpdate
getLabelsMethods inherited from interface org.wikidata.wdtk.datamodel.interfaces.StatementDocumentUpdate
getStatements
-
Method Details
-
getEntityId
MediaInfoIdValue getEntityId()Description copied from interface:EntityUpdateReturns ID of the entity that is being updated.- Specified by:
getEntityIdin interfaceEntityUpdate- Returns:
- ID of the updated entity
-