| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidEnterpriseWiFiConfiguration
“By providing the configurations in this profile you can instruct the Android
device to connect to desired Wi-Fi endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
AndroidWiFiConfiguration |
AndroidWiFiConfiguration.Builder.build() |
AndroidWiFiConfiguration |
AndroidWiFiConfiguration.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
AndroidWiFiConfiguration |
AndroidWiFiConfiguration.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
AndroidWiFiConfiguration |
AndroidWiFiConfiguration.withConnectAutomatically(Boolean connectAutomatically)
Returns an immutable copy of
this with just the connectAutomatically field changed. |
AndroidWiFiConfiguration |
AndroidWiFiConfiguration.withConnectWhenNetworkNameIsHidden(Boolean connectWhenNetworkNameIsHidden)
Returns an immutable copy of
this with just the connectWhenNetworkNameIsHidden field changed. |
AndroidWiFiConfiguration |
AndroidWiFiConfiguration.withNetworkName(String networkName)
Returns an immutable copy of
this with just the networkName
field changed. |
AndroidWiFiConfiguration |
AndroidWiFiConfiguration.withSsid(String ssid)
Returns an immutable copy of
this with just the ssid field
changed. |
AndroidWiFiConfiguration |
AndroidWiFiConfiguration.withWiFiSecurityType(AndroidWiFiSecurityType wiFiSecurityType)
Returns an immutable copy of
this with just the wiFiSecurityType
field changed. |
Copyright © 2018–2020. All rights reserved.