Package odata.msgraph.client.beta.entity
Class AndroidDeviceOwnerWiFiConfiguration.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.AndroidDeviceOwnerWiFiConfiguration.Builder
-
- Enclosing class:
- AndroidDeviceOwnerWiFiConfiguration
public static final class AndroidDeviceOwnerWiFiConfiguration.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public AndroidDeviceOwnerWiFiConfiguration.Builder id(String id)
-
createdDateTime
public AndroidDeviceOwnerWiFiConfiguration.Builder createdDateTime(OffsetDateTime createdDateTime)
-
description
public AndroidDeviceOwnerWiFiConfiguration.Builder description(String description)
-
deviceManagementApplicabilityRuleDeviceMode
public AndroidDeviceOwnerWiFiConfiguration.Builder deviceManagementApplicabilityRuleDeviceMode(DeviceManagementApplicabilityRuleDeviceMode deviceManagementApplicabilityRuleDeviceMode)
-
deviceManagementApplicabilityRuleOsEdition
public AndroidDeviceOwnerWiFiConfiguration.Builder deviceManagementApplicabilityRuleOsEdition(DeviceManagementApplicabilityRuleOsEdition deviceManagementApplicabilityRuleOsEdition)
-
deviceManagementApplicabilityRuleOsVersion
public AndroidDeviceOwnerWiFiConfiguration.Builder deviceManagementApplicabilityRuleOsVersion(DeviceManagementApplicabilityRuleOsVersion deviceManagementApplicabilityRuleOsVersion)
-
displayName
public AndroidDeviceOwnerWiFiConfiguration.Builder displayName(String displayName)
-
lastModifiedDateTime
public AndroidDeviceOwnerWiFiConfiguration.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
roleScopeTagIds
public AndroidDeviceOwnerWiFiConfiguration.Builder roleScopeTagIds(List<String> roleScopeTagIds)
-
roleScopeTagIds
public AndroidDeviceOwnerWiFiConfiguration.Builder roleScopeTagIds(String... roleScopeTagIds)
-
roleScopeTagIdsNextLink
public AndroidDeviceOwnerWiFiConfiguration.Builder roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
-
supportsScopeTags
public AndroidDeviceOwnerWiFiConfiguration.Builder supportsScopeTags(Boolean supportsScopeTags)
-
version
public AndroidDeviceOwnerWiFiConfiguration.Builder version(Integer version)
-
connectAutomatically
public AndroidDeviceOwnerWiFiConfiguration.Builder connectAutomatically(Boolean connectAutomatically)
“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.”- Parameters:
connectAutomatically- value ofconnectAutomaticallyproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
connectWhenNetworkNameIsHidden
public AndroidDeviceOwnerWiFiConfiguration.Builder connectWhenNetworkNameIsHidden(Boolean connectWhenNetworkNameIsHidden)
“When set to true, this profile forces the device to connect to a network that doesn't broadcast its SSID to all devices.”- Parameters:
connectWhenNetworkNameIsHidden- value ofconnectWhenNetworkNameIsHiddenproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
networkName
public AndroidDeviceOwnerWiFiConfiguration.Builder networkName(String networkName)
“Network Name”- Parameters:
networkName- value ofnetworkNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
preSharedKey
public AndroidDeviceOwnerWiFiConfiguration.Builder preSharedKey(String preSharedKey)
“This is the pre-shared key for WPA Personal Wi-Fi network.”- Parameters:
preSharedKey- value ofpreSharedKeyproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
preSharedKeyIsSet
public AndroidDeviceOwnerWiFiConfiguration.Builder preSharedKeyIsSet(Boolean preSharedKeyIsSet)
“This is the pre-shared key for WPA Personal Wi-Fi network.”- Parameters:
preSharedKeyIsSet- value ofpreSharedKeyIsSetproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
ssid
public AndroidDeviceOwnerWiFiConfiguration.Builder ssid(String ssid)
“This is the name of the Wi-Fi network that is broadcast to all devices.”- Parameters:
ssid- value ofssidproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
wiFiSecurityType
public AndroidDeviceOwnerWiFiConfiguration.Builder wiFiSecurityType(AndroidDeviceOwnerWiFiSecurityType wiFiSecurityType)
“Indicates whether Wi-Fi endpoint uses an EAP based security type.”- Parameters:
wiFiSecurityType- value ofwiFiSecurityTypeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public AndroidDeviceOwnerWiFiConfiguration build()
-
-