io.hypertrack.model.Action Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hypertrack-java Show documentation
Show all versions of hypertrack-java Show documentation
A Java wrapper for the HyperTrack API https://hypertrack.io
The newest version!
package io.hypertrack.model;
import java.util.Map;
/**
* Model class for Action.
*/
public class Action extends HyperTrackModel {
public Action() {
this(null);
}
public Action(Map properties) {
super(properties);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy