Interface StatementEntityEdit

    • Method Detail

      • getStatementEdits

        List<StatementEdit> getStatementEdits()
        Edits made to statements
      • getAddedStatements

        default List<org.wikidata.wdtk.datamodel.interfaces.Statement> getAddedStatements()
        Returns:
        the statements which should be added or merged with the existing ones on the item.
      • getDeletedStatements

        default List<org.wikidata.wdtk.datamodel.interfaces.Statement> getDeletedStatements()
        Returns:
        the statements which should be deleted from the item.