| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected EapType |
MacOSEnterpriseWiFiConfiguration.eapType |
protected EapType |
MacOSWiredNetworkConfiguration.eapType |
protected EapType |
WindowsWifiEnterpriseEAPConfiguration.eapType |
protected EapType |
IosEnterpriseWiFiConfiguration.eapType |
| Modifier and Type | Method and Description |
|---|---|
Optional<EapType> |
MacOSEnterpriseWiFiConfiguration.getEapType()
“Extensible Authentication Protocol (EAP).
|
Optional<EapType> |
MacOSWiredNetworkConfiguration.getEapType()
“Extensible Authentication Protocol (EAP).
|
Optional<EapType> |
WindowsWifiEnterpriseEAPConfiguration.getEapType()
“Extensible Authentication Protocol (EAP).
|
Optional<EapType> |
IosEnterpriseWiFiConfiguration.getEapType()
“Extensible Authentication Protocol (EAP).
|
| Modifier and Type | Method and Description |
|---|---|
MacOSEnterpriseWiFiConfiguration.Builder |
MacOSEnterpriseWiFiConfiguration.Builder.eapType(EapType eapType)
“Extensible Authentication Protocol (EAP).
|
MacOSWiredNetworkConfiguration.Builder |
MacOSWiredNetworkConfiguration.Builder.eapType(EapType eapType)
“Extensible Authentication Protocol (EAP).
|
WindowsWifiEnterpriseEAPConfiguration.Builder |
WindowsWifiEnterpriseEAPConfiguration.Builder.eapType(EapType eapType)
“Extensible Authentication Protocol (EAP).
|
IosEnterpriseWiFiConfiguration.Builder |
IosEnterpriseWiFiConfiguration.Builder.eapType(EapType eapType)
“Extensible Authentication Protocol (EAP).
|
MacOSEnterpriseWiFiConfiguration |
MacOSEnterpriseWiFiConfiguration.withEapType(EapType eapType)
Returns an immutable copy of
this with just the eapType field
changed. |
MacOSWiredNetworkConfiguration |
MacOSWiredNetworkConfiguration.withEapType(EapType eapType)
Returns an immutable copy of
this with just the eapType field
changed. |
WindowsWifiEnterpriseEAPConfiguration |
WindowsWifiEnterpriseEAPConfiguration.withEapType(EapType eapType)
Returns an immutable copy of
this with just the eapType field
changed. |
IosEnterpriseWiFiConfiguration |
IosEnterpriseWiFiConfiguration.withEapType(EapType eapType)
Returns an immutable copy of
this with just the eapType field
changed. |
| Modifier and Type | Method and Description |
|---|---|
static EapType |
EapType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EapType[] |
EapType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.