Class NoiseSensorsClient
- java.lang.Object
-
- com.seam.api.resources.noisesensors.NoiseSensorsClient
-
public class NoiseSensorsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptionsprotected java.util.function.Supplier<NoiseThresholdsClient>noiseThresholdsClientprotected java.util.function.Supplier<SimulateClient>simulateClient
-
Constructor Summary
Constructors Constructor Description NoiseSensorsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NoiseThresholdsClientnoiseThresholds()SimulateClientsimulate()
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
noiseThresholdsClient
protected final java.util.function.Supplier<NoiseThresholdsClient> noiseThresholdsClient
-
simulateClient
protected final java.util.function.Supplier<SimulateClient> simulateClient
-
-
Constructor Detail
-
NoiseSensorsClient
public NoiseSensorsClient(ClientOptions clientOptions)
-
-
Method Detail
-
noiseThresholds
public NoiseThresholdsClient noiseThresholds()
-
simulate
public SimulateClient simulate()
-
-