| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected MeteredConnectionLimitType |
WindowsWifiConfiguration.meteredConnectionLimit |
| Modifier and Type | Method and Description |
|---|---|
Optional<MeteredConnectionLimitType> |
WindowsWifiConfiguration.getMeteredConnectionLimit()
“Specify the metered connection limit type for the wifi connection.”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsWifiConfiguration.Builder |
WindowsWifiConfiguration.Builder.meteredConnectionLimit(MeteredConnectionLimitType meteredConnectionLimit)
“Specify the metered connection limit type for the wifi connection.”
|
WindowsWifiEnterpriseEAPConfiguration.Builder |
WindowsWifiEnterpriseEAPConfiguration.Builder.meteredConnectionLimit(MeteredConnectionLimitType meteredConnectionLimit) |
WindowsWifiConfiguration |
WindowsWifiConfiguration.withMeteredConnectionLimit(MeteredConnectionLimitType meteredConnectionLimit)
Returns an immutable copy of
this with just the meteredConnectionLimit field changed. |
| Modifier and Type | Method and Description |
|---|---|
static MeteredConnectionLimitType |
MeteredConnectionLimitType.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.
|
Copyright © 2018–2020. All rights reserved.