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

org.schema.RejectAction Maven / Gradle / Ivy

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

/**
 * Schema.org/RejectAction
 * The act of rejecting to/adopting an object.\n\nRelated actions:\n\n* [[AcceptAction]]: The antonym of RejectAction.
 *
 * @author schema.org
 * @class RejectAction
 * @module org.schema
 * @extends AllocateAction
 */
public class RejectAction extends AllocateAction {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public RejectAction() {
		context = "http://schema.org/";
		type = "RejectAction";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy