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

org.schema.ResumeAction Maven / Gradle / Ivy

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

/**
 * Schema.org/ResumeAction
 * The act of resuming a device or application which was formerly paused (e.g. resume music playback or resume a timer).
 *
 * @author schema.org
 * @class ResumeAction
 * @module org.schema
 * @extends ControlAction
 */
public class ResumeAction extends ControlAction {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public ResumeAction() {
		context = "http://schema.org/";
		type = "ResumeAction";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy