All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nl.openweb.structured.data.schema.entities.WebPageElement Maven / Gradle / Ivy

package nl.openweb.structured.data.schema.entities;

public class WebPageElement extends CreativeWork {
    protected WebPageElement(Builder builder) {
        super(builder);
    }

    public static class Builder extends CreativeWork.Builder {
        @Override
        public WebPageElement build() {
            return new WebPageElement(this);
        }

    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy