Uses of Class
odata.msgraph.client.beta.complex.NetworkInterface
-
Packages that use NetworkInterface Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of NetworkInterface in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return NetworkInterface Modifier and Type Method Description NetworkInterfaceNetworkInterface.Builder. build()NetworkInterfaceNetworkInterface. withDescription(String description)NetworkInterfaceNetworkInterface. withIpV4Address(String ipV4Address)NetworkInterfaceNetworkInterface. withIpV6Address(String ipV6Address)NetworkInterfaceNetworkInterface. withLocalIpV6Address(String localIpV6Address)NetworkInterfaceNetworkInterface. withMacAddress(String macAddress)NetworkInterfaceNetworkInterface. withUnmappedField(String name, String value) -
Uses of NetworkInterface in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type NetworkInterface Modifier and Type Field Description protected List<NetworkInterface>HostSecurityProfile. networkInterfacesMethods in odata.msgraph.client.beta.entity that return types with arguments of type NetworkInterface Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<NetworkInterface>HostSecurityProfile. getNetworkInterfaces()com.github.davidmoten.odata.client.CollectionPage<NetworkInterface>HostSecurityProfile. getNetworkInterfaces(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type NetworkInterface Modifier and Type Method Description HostSecurityProfile.BuilderHostSecurityProfile.Builder. networkInterfaces(NetworkInterface... networkInterfaces)Method parameters in odata.msgraph.client.beta.entity with type arguments of type NetworkInterface Modifier and Type Method Description HostSecurityProfile.BuilderHostSecurityProfile.Builder. networkInterfaces(List<NetworkInterface> networkInterfaces)HostSecurityProfileHostSecurityProfile. withNetworkInterfaces(List<NetworkInterface> networkInterfaces)
-