public class AndroidDeviceOwnerWiFiConfiguration extends DeviceConfiguration implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
AndroidDeviceOwnerWiFiConfiguration.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
connectAutomatically |
protected Boolean |
connectWhenNetworkNameIsHidden |
protected String |
networkName |
protected String |
preSharedKey |
protected Boolean |
preSharedKeyIsSet |
protected String |
ssid |
protected AndroidDeviceOwnerWiFiSecurityType |
wiFiSecurityType |
createdDateTime, description, deviceManagementApplicabilityRuleDeviceMode, deviceManagementApplicabilityRuleOsEdition, deviceManagementApplicabilityRuleOsVersion, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, supportsScopeTags, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
AndroidDeviceOwnerWiFiConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static AndroidDeviceOwnerWiFiConfiguration.Builder |
builderAndroidDeviceOwnerWiFiConfiguration()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<Boolean> |
getConnectAutomatically()
“Connect automatically when this network is in range.
|
Optional<Boolean> |
getConnectWhenNetworkNameIsHidden()
“When set to true, this profile forces the device to connect to a network that
doesn't broadcast its SSID to all devices.”
|
Optional<String> |
getNetworkName()
“Network Name”
|
Optional<String> |
getPreSharedKey()
“This is the pre-shared key for WPA Personal Wi-Fi network.”
|
Optional<Boolean> |
getPreSharedKeyIsSet()
“This is the pre-shared key for WPA Personal Wi-Fi network.”
|
Optional<String> |
getSsid()
“This is the name of the Wi-Fi network that is broadcast to all devices.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<AndroidDeviceOwnerWiFiSecurityType> |
getWiFiSecurityType()
“Indicates whether Wi-Fi endpoint uses an EAP based security type.”
|
String |
odataTypeName() |
AndroidDeviceOwnerWiFiConfiguration |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
AndroidDeviceOwnerWiFiConfiguration |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
AndroidDeviceOwnerWiFiConfiguration |
withConnectAutomatically(Boolean connectAutomatically)
Returns an immutable copy of
this with just the connectAutomatically field changed. |
AndroidDeviceOwnerWiFiConfiguration |
withConnectWhenNetworkNameIsHidden(Boolean connectWhenNetworkNameIsHidden)
Returns an immutable copy of
this with just the connectWhenNetworkNameIsHidden field changed. |
AndroidDeviceOwnerWiFiConfiguration |
withNetworkName(String networkName)
Returns an immutable copy of
this with just the networkName
field changed. |
AndroidDeviceOwnerWiFiConfiguration |
withPreSharedKey(String preSharedKey)
Returns an immutable copy of
this with just the preSharedKey
field changed. |
AndroidDeviceOwnerWiFiConfiguration |
withPreSharedKeyIsSet(Boolean preSharedKeyIsSet)
Returns an immutable copy of
this with just the preSharedKeyIsSet
field changed. |
AndroidDeviceOwnerWiFiConfiguration |
withSsid(String ssid)
Returns an immutable copy of
this with just the ssid field
changed. |
AndroidDeviceOwnerWiFiConfiguration |
withWiFiSecurityType(AndroidDeviceOwnerWiFiSecurityType wiFiSecurityType)
Returns an immutable copy of
this with just the wiFiSecurityType
field changed. |
assign, assignedAccessMultiModeProfiles, getAssignments, getCreatedDateTime, getDescription, getDeviceManagementApplicabilityRuleDeviceMode, getDeviceManagementApplicabilityRuleOsEdition, getDeviceManagementApplicabilityRuleOsVersion, getDeviceSettingStateSummaries, getDeviceStatuses, getDeviceStatusOverview, getDisplayName, getGroupAssignments, getLastModifiedDateTime, getRoleScopeTagIds, getSupportsScopeTags, getUserStatuses, getUserStatusOverview, getVersion, windowsPrivacyAccessControls, withCreatedDateTime, withDescription, withDeviceManagementApplicabilityRuleDeviceMode, withDeviceManagementApplicabilityRuleOsEdition, withDeviceManagementApplicabilityRuleOsVersion, withDisplayName, withLastModifiedDateTime, withSupportsScopeTags, withVersionprotected String networkName
protected String ssid
protected Boolean connectAutomatically
protected Boolean connectWhenNetworkNameIsHidden
protected AndroidDeviceOwnerWiFiSecurityType wiFiSecurityType
protected String preSharedKey
protected Boolean preSharedKeyIsSet
protected AndroidDeviceOwnerWiFiConfiguration()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DeviceConfigurationpublic static AndroidDeviceOwnerWiFiConfiguration.Builder builderAndroidDeviceOwnerWiFiConfiguration()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class DeviceConfigurationpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class DeviceConfigurationpublic Optional<String> getNetworkName()
public AndroidDeviceOwnerWiFiConfiguration withNetworkName(String networkName)
this with just the networkName
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Network Name”
networkName - new value of networkName field (as defined in service metadata)this with just the networkName field changedpublic Optional<String> getSsid()
public AndroidDeviceOwnerWiFiConfiguration withSsid(String ssid)
this with just the ssid field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“This is the name of the Wi-Fi network that is broadcast to all devices.”
ssid - new value of ssid field (as defined in service metadata)this with just the ssid field changedpublic Optional<Boolean> getConnectAutomatically()
public AndroidDeviceOwnerWiFiConfiguration withConnectAutomatically(Boolean connectAutomatically)
this with just the connectAutomatically field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Connect automatically when this network is in range. Setting this to true will skip the user prompt and automatically connect the device to Wi-Fi network.”
connectAutomatically - new value of connectAutomatically field (as defined in service metadata)this with just the connectAutomatically field changedpublic Optional<Boolean> getConnectWhenNetworkNameIsHidden()
public AndroidDeviceOwnerWiFiConfiguration withConnectWhenNetworkNameIsHidden(Boolean connectWhenNetworkNameIsHidden)
this with just the connectWhenNetworkNameIsHidden field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“When set to true, this profile forces the device to connect to a network that doesn't broadcast its SSID to all devices.”
connectWhenNetworkNameIsHidden - new value of connectWhenNetworkNameIsHidden field (as defined in service metadata)this with just the connectWhenNetworkNameIsHidden field changedpublic Optional<AndroidDeviceOwnerWiFiSecurityType> getWiFiSecurityType()
public AndroidDeviceOwnerWiFiConfiguration withWiFiSecurityType(AndroidDeviceOwnerWiFiSecurityType wiFiSecurityType)
this with just the wiFiSecurityType
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Indicates whether Wi-Fi endpoint uses an EAP based security type.”
wiFiSecurityType - new value of wiFiSecurityType field (as defined in service metadata)this with just the wiFiSecurityType field changedpublic Optional<String> getPreSharedKey()
public AndroidDeviceOwnerWiFiConfiguration withPreSharedKey(String preSharedKey)
this with just the preSharedKey
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“This is the pre-shared key for WPA Personal Wi-Fi network.”
preSharedKey - new value of preSharedKey field (as defined in service metadata)this with just the preSharedKey field changedpublic Optional<Boolean> getPreSharedKeyIsSet()
public AndroidDeviceOwnerWiFiConfiguration withPreSharedKeyIsSet(Boolean preSharedKeyIsSet)
this with just the preSharedKeyIsSet
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“This is the pre-shared key for WPA Personal Wi-Fi network.”
preSharedKeyIsSet - new value of preSharedKeyIsSet field (as defined in service metadata)this with just the preSharedKeyIsSet field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DeviceConfigurationpublic AndroidDeviceOwnerWiFiConfiguration patch()
this with changed fields reset.patch in class DeviceConfigurationthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic AndroidDeviceOwnerWiFiConfiguration put()
this
with changed fields reset (they were ignored anyway).put in class DeviceConfigurationthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class DeviceConfigurationCopyright © 2018–2020. All rights reserved.