| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected AndroidEapType |
AndroidWorkProfileEnterpriseWiFiConfiguration.eapType |
protected AndroidEapType |
AndroidEnterpriseWiFiConfiguration.eapType |
protected AndroidEapType |
AndroidDeviceOwnerEnterpriseWiFiConfiguration.eapType |
protected AndroidEapType |
AndroidForWorkEnterpriseWiFiConfiguration.eapType |
| Modifier and Type | Method and Description |
|---|---|
Optional<AndroidEapType> |
AndroidWorkProfileEnterpriseWiFiConfiguration.getEapType()
“Indicates the type of EAP protocol set on the Wi-Fi endpoint (router).”
|
Optional<AndroidEapType> |
AndroidEnterpriseWiFiConfiguration.getEapType()
“Indicates the type of EAP protocol set on the Wi-Fi endpoint (router).”
|
Optional<AndroidEapType> |
AndroidDeviceOwnerEnterpriseWiFiConfiguration.getEapType()
“Indicates the type of EAP protocol set on the Wi-Fi endpoint (router).”
|
Optional<AndroidEapType> |
AndroidForWorkEnterpriseWiFiConfiguration.getEapType()
“Indicates the type of EAP protocol set on the Wi-Fi endpoint (router).”
|
| Modifier and Type | Method and Description |
|---|---|
AndroidWorkProfileEnterpriseWiFiConfiguration.Builder |
AndroidWorkProfileEnterpriseWiFiConfiguration.Builder.eapType(AndroidEapType eapType)
“Indicates the type of EAP protocol set on the Wi-Fi endpoint (router).”
|
AndroidEnterpriseWiFiConfiguration.Builder |
AndroidEnterpriseWiFiConfiguration.Builder.eapType(AndroidEapType eapType)
“Indicates the type of EAP protocol set on the Wi-Fi endpoint (router).”
|
AndroidDeviceOwnerEnterpriseWiFiConfiguration.Builder |
AndroidDeviceOwnerEnterpriseWiFiConfiguration.Builder.eapType(AndroidEapType eapType)
“Indicates the type of EAP protocol set on the Wi-Fi endpoint (router).”
|
AndroidForWorkEnterpriseWiFiConfiguration.Builder |
AndroidForWorkEnterpriseWiFiConfiguration.Builder.eapType(AndroidEapType eapType)
“Indicates the type of EAP protocol set on the Wi-Fi endpoint (router).”
|
AndroidWorkProfileEnterpriseWiFiConfiguration |
AndroidWorkProfileEnterpriseWiFiConfiguration.withEapType(AndroidEapType eapType)
Returns an immutable copy of
this with just the eapType field
changed. |
AndroidEnterpriseWiFiConfiguration |
AndroidEnterpriseWiFiConfiguration.withEapType(AndroidEapType eapType)
Returns an immutable copy of
this with just the eapType field
changed. |
AndroidDeviceOwnerEnterpriseWiFiConfiguration |
AndroidDeviceOwnerEnterpriseWiFiConfiguration.withEapType(AndroidEapType eapType)
Returns an immutable copy of
this with just the eapType field
changed. |
AndroidForWorkEnterpriseWiFiConfiguration |
AndroidForWorkEnterpriseWiFiConfiguration.withEapType(AndroidEapType eapType)
Returns an immutable copy of
this with just the eapType field
changed. |
| Modifier and Type | Method and Description |
|---|---|
static AndroidEapType |
AndroidEapType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AndroidEapType[] |
AndroidEapType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.