| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
MacOSEnterpriseWiFiConfiguration
“MacOS Wi-Fi WPA-Enterprise/WPA2-Enterprise configuration profile.”
|
| Modifier and Type | Method and Description |
|---|---|
MacOSWiFiConfiguration |
MacOSWiFiConfiguration.Builder.build() |
MacOSWiFiConfiguration |
MacOSWiFiConfiguration.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
MacOSWiFiConfiguration |
MacOSWiFiConfiguration.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
MacOSWiFiConfiguration |
MacOSWiFiConfiguration.withConnectAutomatically(Boolean connectAutomatically)
Returns an immutable copy of
this with just the connectAutomatically field changed. |
MacOSWiFiConfiguration |
MacOSWiFiConfiguration.withConnectWhenNetworkNameIsHidden(Boolean connectWhenNetworkNameIsHidden)
Returns an immutable copy of
this with just the connectWhenNetworkNameIsHidden field changed. |
MacOSWiFiConfiguration |
MacOSWiFiConfiguration.withNetworkName(String networkName)
Returns an immutable copy of
this with just the networkName
field changed. |
MacOSWiFiConfiguration |
MacOSWiFiConfiguration.withPreSharedKey(String preSharedKey)
Returns an immutable copy of
this with just the preSharedKey
field changed. |
MacOSWiFiConfiguration |
MacOSWiFiConfiguration.withProxyAutomaticConfigurationUrl(String proxyAutomaticConfigurationUrl)
Returns an immutable copy of
this with just the proxyAutomaticConfigurationUrl field changed. |
MacOSWiFiConfiguration |
MacOSWiFiConfiguration.withProxyManualAddress(String proxyManualAddress)
Returns an immutable copy of
this with just the proxyManualAddress field changed. |
MacOSWiFiConfiguration |
MacOSWiFiConfiguration.withProxyManualPort(Integer proxyManualPort)
Returns an immutable copy of
this with just the proxyManualPort
field changed. |
MacOSWiFiConfiguration |
MacOSWiFiConfiguration.withProxySettings(WiFiProxySetting proxySettings)
Returns an immutable copy of
this with just the proxySettings
field changed. |
MacOSWiFiConfiguration |
MacOSWiFiConfiguration.withSsid(String ssid)
Returns an immutable copy of
this with just the ssid field
changed. |
MacOSWiFiConfiguration |
MacOSWiFiConfiguration.withWiFiSecurityType(WiFiSecurityType wiFiSecurityType)
Returns an immutable copy of
this with just the wiFiSecurityType
field changed. |
Copyright © 2018–2020. All rights reserved.