| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected EapFastConfiguration |
MacOSEnterpriseWiFiConfiguration.eapFastConfiguration |
protected EapFastConfiguration |
MacOSWiredNetworkConfiguration.eapFastConfiguration |
protected EapFastConfiguration |
IosEnterpriseWiFiConfiguration.eapFastConfiguration |
| Modifier and Type | Method and Description |
|---|---|
Optional<EapFastConfiguration> |
MacOSEnterpriseWiFiConfiguration.getEapFastConfiguration()
“EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type.”
|
Optional<EapFastConfiguration> |
MacOSWiredNetworkConfiguration.getEapFastConfiguration()
“EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type.”
|
Optional<EapFastConfiguration> |
IosEnterpriseWiFiConfiguration.getEapFastConfiguration()
“EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type.”
|
| Modifier and Type | Method and Description |
|---|---|
MacOSEnterpriseWiFiConfiguration.Builder |
MacOSEnterpriseWiFiConfiguration.Builder.eapFastConfiguration(EapFastConfiguration eapFastConfiguration)
“EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type.”
|
MacOSWiredNetworkConfiguration.Builder |
MacOSWiredNetworkConfiguration.Builder.eapFastConfiguration(EapFastConfiguration eapFastConfiguration)
“EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type.”
|
IosEnterpriseWiFiConfiguration.Builder |
IosEnterpriseWiFiConfiguration.Builder.eapFastConfiguration(EapFastConfiguration eapFastConfiguration)
“EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type.”
|
MacOSEnterpriseWiFiConfiguration |
MacOSEnterpriseWiFiConfiguration.withEapFastConfiguration(EapFastConfiguration eapFastConfiguration)
Returns an immutable copy of
this with just the eapFastConfiguration field changed. |
MacOSWiredNetworkConfiguration |
MacOSWiredNetworkConfiguration.withEapFastConfiguration(EapFastConfiguration eapFastConfiguration)
Returns an immutable copy of
this with just the eapFastConfiguration field changed. |
IosEnterpriseWiFiConfiguration |
IosEnterpriseWiFiConfiguration.withEapFastConfiguration(EapFastConfiguration eapFastConfiguration)
Returns an immutable copy of
this with just the eapFastConfiguration field changed. |
| Modifier and Type | Method and Description |
|---|---|
static EapFastConfiguration |
EapFastConfiguration.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EapFastConfiguration[] |
EapFastConfiguration.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.