Uses of Enum Class
com.tableau.hyperapi.Telemetry
Packages that use Telemetry
Package
Description
This is the public Tableau Hyper API documentation version 0.0.22502
-
Uses of Telemetry in com.tableau.hyperapi
Methods in com.tableau.hyperapi that return TelemetryModifier and TypeMethodDescriptionstatic TelemetryReturns the enum constant of this class with the specified name.static Telemetry[]Telemetry.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.tableau.hyperapi with parameters of type TelemetryModifierConstructorDescriptionHyperProcess(Telemetry telemetry) Starts a new Hyper process trying to automatically locate the Hyper binary.HyperProcess(Telemetry telemetry, String userAgent) Starts a new Hyper process trying to automatically locate the Hyper binary.Starts a new Hyper process trying to automatically locate the Hyper binary.HyperProcess(Path hyperPath, Telemetry telemetry) Starts a new Hyper process using the given path to the Hyper executable.HyperProcess(Path hyperPath, Telemetry telemetry, String userAgent) Starts a new Hyper process using the given path to the Hyper executable.Starts a new Hyper process using the given path to the Hyper executable.