io.hypertrack.model.Hub 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
package io.hypertrack.model;
import java.util.Map;
/**
* Model class for Hub.
*/
public class Hub extends HyperTrackModel {
public Hub() {
this(null);
}
public Hub(Map properties) {
super(properties);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy