![JAR search and dependency download from the Maven repository](/logo.png)
org.schema.InteractAction Maven / Gradle / Ivy
package org.schema;
/**
* Schema.org/InteractAction
* The act of interacting with another person or organization.
*
* @author schema.org
* @class InteractAction
* @module org.schema
* @extends Action
*/
public class InteractAction extends Action {
/**
* Constructor, automatically sets @context and @type.
*
* @constructor
*/
public InteractAction() {
context = "http://schema.org/";
type = "InteractAction";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy