AndroidWiFiConfiguration |
AndroidWiFiConfiguration.Builder.build() |
|
AndroidWiFiConfiguration |
AndroidWiFiConfiguration.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
AndroidWiFiConfiguration |
AndroidWiFiConfiguration.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
AndroidWiFiConfiguration |
AndroidWiFiConfiguration.withConnectAutomatically(Boolean connectAutomatically) |
Returns an immutable copy of this with just the
connectAutomatically field changed.
|
AndroidWiFiConfiguration |
AndroidWiFiConfiguration.withConnectWhenNetworkNameIsHidden(Boolean connectWhenNetworkNameIsHidden) |
Returns an immutable copy of this with just the
connectWhenNetworkNameIsHidden field changed.
|
AndroidWiFiConfiguration |
AndroidWiFiConfiguration.withNetworkName(String networkName) |
Returns an immutable copy of this with just the networkName
field changed.
|
AndroidWiFiConfiguration |
AndroidWiFiConfiguration.withSsid(String ssid) |
Returns an immutable copy of this with just the ssid field
changed.
|
AndroidWiFiConfiguration |
AndroidWiFiConfiguration.withUnmappedField(String name,
String value) |
|
AndroidWiFiConfiguration |
AndroidWiFiConfiguration.withWiFiSecurityType(AndroidWiFiSecurityType wiFiSecurityType) |
Returns an immutable copy of this with just the wiFiSecurityType
field changed.
|