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