Uses of Class
odata.msgraph.client.complex.NetworkConnection
-
Packages that use NetworkConnection Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of NetworkConnection in odata.msgraph.client.complex
-
Uses of NetworkConnection in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type NetworkConnection Modifier and Type Field Description protected List<NetworkConnection>Alert. networkConnectionsMethods in odata.msgraph.client.entity that return types with arguments of type NetworkConnection Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<NetworkConnection>Alert. getNetworkConnections()com.github.davidmoten.odata.client.CollectionPage<NetworkConnection>Alert. getNetworkConnections(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type NetworkConnection Modifier and Type Method Description Alert.BuilderAlert.Builder. networkConnections(NetworkConnection... networkConnections)Method parameters in odata.msgraph.client.entity with type arguments of type NetworkConnection Modifier and Type Method Description Alert.BuilderAlert.Builder. networkConnections(List<NetworkConnection> networkConnections)AlertAlert. withNetworkConnections(List<NetworkConnection> networkConnections)
-