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

org.schema.ShareAction Maven / Gradle / Ivy

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

/**
 * Schema.org/ShareAction
 * The act of distributing content to people for their amusement or edification.
 *
 * @author schema.org
 * @class ShareAction
 * @module org.schema
 * @extends CommunicateAction
 */
public class ShareAction extends CommunicateAction {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public ShareAction() {
		context = "http://schema.org/";
		type = "ShareAction";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy