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

org.schema.UserDownloads Maven / Gradle / Ivy

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

/**
 * Schema.org/UserDownloads
 * UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]].
 *
 * @author schema.org
 * @class UserDownloads
 * @module org.schema
 * @extends UserInteraction
 */
public class UserDownloads extends UserInteraction {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public UserDownloads() {
		context = "http://schema.org/";
		type = "UserDownloads";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy