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

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

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

public class CollegeOrUniversity extends nl.openweb.structured.data.schema.entities.Organization {

    protected CollegeOrUniversity(Builder builder) {
        super(builder);
    }

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

    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy