Uses of Class
odata.msgraph.client.beta.complex.ConfigurationManagerAction
-
Packages that use ConfigurationManagerAction Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of ConfigurationManagerAction in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ConfigurationManagerAction Modifier and Type Method Description ConfigurationManagerActionConfigurationManagerAction.Builder. build()ConfigurationManagerActionConfigurationManagerAction. withAction(ConfigurationManagerActionType action)Returns an immutable copy ofthiswith just theactionfield changed.ConfigurationManagerActionConfigurationManagerAction. withUnmappedField(String name, String value) -
Uses of ConfigurationManagerAction in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity with parameters of type ConfigurationManagerAction Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnManagedDevice. triggerConfigurationManagerAction(ConfigurationManagerAction configurationManagerAction) -
Uses of ConfigurationManagerAction in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request with parameters of type ConfigurationManagerAction Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnManagedDeviceRequest. triggerConfigurationManagerAction(ConfigurationManagerAction configurationManagerAction)
-