Uses of Class
odata.msgraph.client.beta.enums.VpnServiceExceptionAction
-
Packages that use VpnServiceExceptionAction Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of VpnServiceExceptionAction in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as VpnServiceExceptionAction Modifier and Type Field Description protected VpnServiceExceptionActionAppleVpnAlwaysOnConfiguration. airPrintExceptionActionprotected VpnServiceExceptionActionAppleVpnAlwaysOnConfiguration. cellularExceptionActionprotected VpnServiceExceptionActionAppleVpnAlwaysOnConfiguration. voicemailExceptionActionMethods in odata.msgraph.client.beta.complex that return types with arguments of type VpnServiceExceptionAction Modifier and Type Method Description Optional<VpnServiceExceptionAction>AppleVpnAlwaysOnConfiguration. getAirPrintExceptionAction()“Determine whether AirPrint service will be exempt from the always-on VPN connection”Optional<VpnServiceExceptionAction>AppleVpnAlwaysOnConfiguration. getCellularExceptionAction()“Determine whether Cellular service will be exempt from the always-on VPN connection”Optional<VpnServiceExceptionAction>AppleVpnAlwaysOnConfiguration. getVoicemailExceptionAction()“Determine whether voicemail service will be exempt from the always-on VPN connection”Methods in odata.msgraph.client.beta.complex with parameters of type VpnServiceExceptionAction Modifier and Type Method Description AppleVpnAlwaysOnConfiguration.BuilderAppleVpnAlwaysOnConfiguration.Builder. airPrintExceptionAction(VpnServiceExceptionAction airPrintExceptionAction)“Determine whether AirPrint service will be exempt from the always-on VPN connection”AppleVpnAlwaysOnConfiguration.BuilderAppleVpnAlwaysOnConfiguration.Builder. cellularExceptionAction(VpnServiceExceptionAction cellularExceptionAction)“Determine whether Cellular service will be exempt from the always-on VPN connection”AppleVpnAlwaysOnConfiguration.BuilderAppleVpnAlwaysOnConfiguration.Builder. voicemailExceptionAction(VpnServiceExceptionAction voicemailExceptionAction)“Determine whether voicemail service will be exempt from the always-on VPN connection”AppleVpnAlwaysOnConfigurationAppleVpnAlwaysOnConfiguration. withAirPrintExceptionAction(VpnServiceExceptionAction airPrintExceptionAction)Returns an immutable copy ofthiswith just theairPrintExceptionActionfield changed.AppleVpnAlwaysOnConfigurationAppleVpnAlwaysOnConfiguration. withCellularExceptionAction(VpnServiceExceptionAction cellularExceptionAction)Returns an immutable copy ofthiswith just thecellularExceptionActionfield changed.AppleVpnAlwaysOnConfigurationAppleVpnAlwaysOnConfiguration. withVoicemailExceptionAction(VpnServiceExceptionAction voicemailExceptionAction)Returns an immutable copy ofthiswith just thevoicemailExceptionActionfield changed. -
Uses of VpnServiceExceptionAction in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return VpnServiceExceptionAction Modifier and Type Method Description static VpnServiceExceptionActionVpnServiceExceptionAction. valueOf(String name)Returns the enum constant of this type with the specified name.static VpnServiceExceptionAction[]VpnServiceExceptionAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-