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