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