Uses of Class
odata.msgraph.client.beta.enums.MeteredConnectionLimitType
-
Packages that use MeteredConnectionLimitType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of MeteredConnectionLimitType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as MeteredConnectionLimitType Modifier and Type Field Description protected MeteredConnectionLimitTypeWindowsWifiConfiguration. meteredConnectionLimitMethods in odata.msgraph.client.beta.entity that return types with arguments of type MeteredConnectionLimitType Modifier and Type Method Description Optional<MeteredConnectionLimitType>WindowsWifiConfiguration. getMeteredConnectionLimit()“Specify the metered connection limit type for the wifi connection.”Methods in odata.msgraph.client.beta.entity with parameters of type MeteredConnectionLimitType Modifier and Type Method Description WindowsWifiConfiguration.BuilderWindowsWifiConfiguration.Builder. meteredConnectionLimit(MeteredConnectionLimitType meteredConnectionLimit)“Specify the metered connection limit type for the wifi connection.”WindowsWifiEnterpriseEAPConfiguration.BuilderWindowsWifiEnterpriseEAPConfiguration.Builder. meteredConnectionLimit(MeteredConnectionLimitType meteredConnectionLimit)WindowsWifiConfigurationWindowsWifiConfiguration. withMeteredConnectionLimit(MeteredConnectionLimitType meteredConnectionLimit)Returns an immutable copy ofthiswith just themeteredConnectionLimitfield changed. -
Uses of MeteredConnectionLimitType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return MeteredConnectionLimitType Modifier and Type Method Description static MeteredConnectionLimitTypeMeteredConnectionLimitType. valueOf(String name)Returns the enum constant of this type with the specified name.static MeteredConnectionLimitType[]MeteredConnectionLimitType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-