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

org.schema.DislikeAction Maven / Gradle / Ivy

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

/**
 * Schema.org/DislikeAction
 * The act of expressing a negative sentiment about the object. An agent dislikes an object (a proposition, topic or theme) with participants.
 *
 * @author schema.org
 * @class DislikeAction
 * @module org.schema
 * @extends ReactAction
 */
public class DislikeAction extends ReactAction {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public DislikeAction() {
		context = "http://schema.org/";
		type = "DislikeAction";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy