WindowsWifiConfiguration |
WindowsWifiConfiguration.Builder.build() |
|
WindowsWifiConfiguration |
WindowsWifiConfiguration.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
WindowsWifiConfiguration |
WindowsWifiConfiguration.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
WindowsWifiConfiguration |
WindowsWifiConfiguration.withConnectAutomatically(Boolean connectAutomatically) |
Returns an immutable copy of this with just the
connectAutomatically field changed.
|
WindowsWifiConfiguration |
WindowsWifiConfiguration.withConnectToPreferredNetwork(Boolean connectToPreferredNetwork) |
Returns an immutable copy of this with just the
connectToPreferredNetwork field changed.
|
WindowsWifiConfiguration |
WindowsWifiConfiguration.withConnectWhenNetworkNameIsHidden(Boolean connectWhenNetworkNameIsHidden) |
Returns an immutable copy of this with just the
connectWhenNetworkNameIsHidden field changed.
|
WindowsWifiConfiguration |
WindowsWifiConfiguration.withForceFIPSCompliance(Boolean forceFIPSCompliance) |
Returns an immutable copy of this with just the
forceFIPSCompliance field changed.
|
WindowsWifiConfiguration |
WindowsWifiConfiguration.withMeteredConnectionLimit(MeteredConnectionLimitType meteredConnectionLimit) |
Returns an immutable copy of this with just the
meteredConnectionLimit field changed.
|
WindowsWifiConfiguration |
WindowsWifiConfiguration.withNetworkName(String networkName) |
Returns an immutable copy of this with just the networkName
field changed.
|
WindowsWifiConfiguration |
WindowsWifiConfiguration.withPreSharedKey(String preSharedKey) |
Returns an immutable copy of this with just the preSharedKey
field changed.
|
WindowsWifiConfiguration |
WindowsWifiConfiguration.withProxyAutomaticConfigurationUrl(String proxyAutomaticConfigurationUrl) |
Returns an immutable copy of this with just the
proxyAutomaticConfigurationUrl field changed.
|
WindowsWifiConfiguration |
WindowsWifiConfiguration.withProxyManualAddress(String proxyManualAddress) |
Returns an immutable copy of this with just the
proxyManualAddress field changed.
|
WindowsWifiConfiguration |
WindowsWifiConfiguration.withProxyManualPort(Integer proxyManualPort) |
Returns an immutable copy of this with just the proxyManualPort
field changed.
|
WindowsWifiConfiguration |
WindowsWifiConfiguration.withProxySetting(WiFiProxySetting proxySetting) |
Returns an immutable copy of this with just the proxySetting
field changed.
|
WindowsWifiConfiguration |
WindowsWifiConfiguration.withSsid(String ssid) |
Returns an immutable copy of this with just the ssid field
changed.
|
WindowsWifiConfiguration |
WindowsWifiConfiguration.withUnmappedField(String name,
String value) |
|
WindowsWifiConfiguration |
WindowsWifiConfiguration.withWifiSecurityType(WiFiSecurityType wifiSecurityType) |
Returns an immutable copy of this with just the wifiSecurityType
field changed.
|