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