Uses of Enum
com.microsoft.graph.models.PlaceFeatureEnablement
Packages that use PlaceFeatureEnablement
-
Uses of PlaceFeatureEnablement in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PlaceFeatureEnablementModifier and TypeMethodDescriptionstatic PlaceFeatureEnablementDesk.getHeightAdjustableState()Gets the heightAdjustableState property value.Room.getTeamsEnabledState()Gets the teamsEnabledState property value.Building.getWifiState()Gets the wifiState property value.static PlaceFeatureEnablementReturns the enum constant of this type with the specified name.static PlaceFeatureEnablement[]PlaceFeatureEnablement.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type PlaceFeatureEnablementModifier and TypeMethodDescriptionvoidDesk.setHeightAdjustableState(PlaceFeatureEnablement value) Sets the heightAdjustableState property value.voidRoom.setTeamsEnabledState(PlaceFeatureEnablement value) Sets the teamsEnabledState property value.voidBuilding.setWifiState(PlaceFeatureEnablement value) Sets the wifiState property value.