Uses of Class
odata.msgraph.client.beta.enums.ConfigurationManagerActionType
-
Packages that use ConfigurationManagerActionType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of ConfigurationManagerActionType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as ConfigurationManagerActionType Modifier and Type Field Description protected ConfigurationManagerActionTypeConfigurationManagerAction. actionMethods in odata.msgraph.client.beta.complex that return types with arguments of type ConfigurationManagerActionType Modifier and Type Method Description Optional<ConfigurationManagerActionType>ConfigurationManagerAction. getAction()“The action type to trigger on Configuration Manager client”Methods in odata.msgraph.client.beta.complex with parameters of type ConfigurationManagerActionType Modifier and Type Method Description ConfigurationManagerAction.BuilderConfigurationManagerAction.Builder. action(ConfigurationManagerActionType action)“The action type to trigger on Configuration Manager client”ConfigurationManagerActionConfigurationManagerAction. withAction(ConfigurationManagerActionType action)Returns an immutable copy ofthiswith just theactionfield changed. -
Uses of ConfigurationManagerActionType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ConfigurationManagerActionType Modifier and Type Method Description static ConfigurationManagerActionTypeConfigurationManagerActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigurationManagerActionType[]ConfigurationManagerActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-