public static interface JsonLdNode.Builder extends ValueType.Builder
| Modifier and Type | Method and Description |
|---|---|
JsonLdNode.Builder |
addJsonLdContext(JsonLdContext.Builder builder)
Add a value to @context in current JSON-LD node.
|
JsonLdNode.Builder |
addJsonLdContext(JsonLdContext context)
Add a value to @context in current JSON-LD node.
|
JsonLdNode.Builder |
setJsonLdId(java.lang.String value)
Set value to @id in current JSON-LD node.
|
JsonLdNode.Builder |
setJsonLdReverse(java.lang.String property,
Thing.Builder builder)
Add value to @reverse in current JSON-LD node.
|
JsonLdNode.Builder |
setJsonLdReverse(java.lang.String property,
Thing obj)
Add value to @reverse in current JSON-LD node.
|
JsonLdNode.Builder addJsonLdContext(@Nullable JsonLdContext context)
JsonLdNode.Builder addJsonLdContext(@Nullable JsonLdContext.Builder builder)
JsonLdNode.Builder setJsonLdId(@Nullable java.lang.String value)
JsonLdNode.Builder setJsonLdReverse(java.lang.String property, Thing obj) throws SchemaOrgException
property - The full or short name of the property.obj - The object that the property is set in.SchemaOrgExceptionJsonLdNode.Builder setJsonLdReverse(java.lang.String property, Thing.Builder builder) throws SchemaOrgException
property - The full or short name of the property.builder - The object builder that the property is set in.SchemaOrgException