Uses of Class
org.wikidata.wdtk.datamodel.helpers.PropertyDocumentBuilder
Package
Description
Package for mostly static helper code to work with data objects.
-
Uses of PropertyDocumentBuilder in org.wikidata.wdtk.datamodel.helpers
Modifier and TypeMethodDescriptionstatic PropertyDocumentBuilder
PropertyDocumentBuilder.forPropertyIdAndDatatype
(PropertyIdValue propertyIdValue, String datatypeId) Deprecated.static PropertyDocumentBuilder
PropertyDocumentBuilder.forPropertyIdAndDatatype
(PropertyIdValue propertyIdValue, DatatypeIdValue datatype) Starts the construction of anPropertyDocument
with the given id.static PropertyDocumentBuilder
PropertyDocumentBuilder.forPropertyIdAndJsonDatatype
(PropertyIdValue propertyIdValue, String datatypeId) Starts the construction of anPropertyDocument
with the given id.static PropertyDocumentBuilder
PropertyDocumentBuilder.fromPropertyDocument
(PropertyDocument initialDocument) Starts the construction of anPropertyDocument
from the existing document.protected PropertyDocumentBuilder
PropertyDocumentBuilder.getThis()
PropertyDocumentBuilder.withEntityId
(EntityIdValue entityId) Changes the entity value id for the constructed document.
forPropertyIdAndJsonDatatype(PropertyIdValue, String)