Uses of Class
odata.msgraph.client.security.complex.SensorSettings
-
Packages that use SensorSettings Package Description odata.msgraph.client.security.complex odata.msgraph.client.security.entity -
-
Uses of SensorSettings in odata.msgraph.client.security.complex
Methods in odata.msgraph.client.security.complex that return SensorSettings Modifier and Type Method Description SensorSettingsSensorSettings.Builder. build()SensorSettingsSensorSettings. withDescription(String description)SensorSettingsSensorSettings. withIsDelayedDeploymentEnabled(Boolean isDelayedDeploymentEnabled)SensorSettingsSensorSettings. withUnmappedField(String name, Object value) -
Uses of SensorSettings in odata.msgraph.client.security.entity
Fields in odata.msgraph.client.security.entity declared as SensorSettings Modifier and Type Field Description protected SensorSettingsSensor. settingsMethods in odata.msgraph.client.security.entity that return types with arguments of type SensorSettings Modifier and Type Method Description Optional<SensorSettings>Sensor. getSettings()Methods in odata.msgraph.client.security.entity with parameters of type SensorSettings Modifier and Type Method Description Sensor.BuilderSensor.Builder. settings(SensorSettings settings)SensorSensor. withSettings(SensorSettings settings)
-