Uses of Class
odata.msgraph.client.security.entity.NetworkAdapter
-
Packages that use NetworkAdapter Package Description odata.msgraph.client.security.complex odata.msgraph.client.security.entity -
-
Uses of NetworkAdapter in odata.msgraph.client.security.complex
Fields in odata.msgraph.client.security.complex with type parameters of type NetworkAdapter Modifier and Type Field Description protected List<NetworkAdapter>SensorSettings. networkAdaptersMethods in odata.msgraph.client.security.complex with parameters of type NetworkAdapter Modifier and Type Method Description SensorSettings.BuilderSensorSettings.Builder. networkAdapters(NetworkAdapter... networkAdapters)Org.OData.Core.V1.AutoExpandMethod parameters in odata.msgraph.client.security.complex with type arguments of type NetworkAdapter Modifier and Type Method Description SensorSettings.BuilderSensorSettings.Builder. networkAdapters(List<NetworkAdapter> networkAdapters)Org.OData.Core.V1.AutoExpand -
Uses of NetworkAdapter in odata.msgraph.client.security.entity
Methods in odata.msgraph.client.security.entity that return NetworkAdapter Modifier and Type Method Description NetworkAdapterNetworkAdapter.Builder. build()NetworkAdapterNetworkAdapter. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.NetworkAdapterNetworkAdapter. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).NetworkAdapterNetworkAdapter. withIsEnabled(Boolean isEnabled)NetworkAdapterNetworkAdapter. withName(String name)NetworkAdapterNetworkAdapter. withUnmappedField(String name, Object value)
-