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

org.schema.OnDemandEvent Maven / Gradle / Ivy

There is a newer version: 3.1.8
Show newest version
package org.schema;

/**
 * Schema.org/OnDemandEvent
 * A publication event e.g. catch-up TV or radio podcast, during which a program is available on-demand.
 *
 * @author schema.org
 * @class OnDemandEvent
 * @module org.schema
 * @extends PublicationEvent
 */
public class OnDemandEvent extends PublicationEvent {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public OnDemandEvent() {
		context = "http://schema.org/";
		type = "OnDemandEvent";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy