Uses of Class
odata.msgraph.client.complex.Windows10NetworkProxyServer
-
Packages that use Windows10NetworkProxyServer Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of Windows10NetworkProxyServer in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return Windows10NetworkProxyServer Modifier and Type Method Description Windows10NetworkProxyServerWindows10NetworkProxyServer.Builder. build()Windows10NetworkProxyServerWindows10NetworkProxyServer. withAddress(String address)Returns an immutable copy ofthiswith just theaddressfield changed.Windows10NetworkProxyServerWindows10NetworkProxyServer. withUnmappedField(String name, Object value)Windows10NetworkProxyServerWindows10NetworkProxyServer. withUseForLocalAddresses(Boolean useForLocalAddresses)Returns an immutable copy ofthiswith just theuseForLocalAddressesfield changed. -
Uses of Windows10NetworkProxyServer in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as Windows10NetworkProxyServer Modifier and Type Field Description protected Windows10NetworkProxyServerWindows10GeneralConfiguration. networkProxyServerMethods in odata.msgraph.client.entity that return types with arguments of type Windows10NetworkProxyServer Modifier and Type Method Description Optional<Windows10NetworkProxyServer>Windows10GeneralConfiguration. getNetworkProxyServer()“Specifies manual proxy server settings.”Methods in odata.msgraph.client.entity with parameters of type Windows10NetworkProxyServer Modifier and Type Method Description Windows10GeneralConfiguration.BuilderWindows10GeneralConfiguration.Builder. networkProxyServer(Windows10NetworkProxyServer networkProxyServer)“Specifies manual proxy server settings.”Windows10GeneralConfigurationWindows10GeneralConfiguration. withNetworkProxyServer(Windows10NetworkProxyServer networkProxyServer)Returns an immutable copy ofthiswith just thenetworkProxyServerfield changed.
-