Uses of Class
odata.msgraph.client.beta.enums.MacOSSoftwareUpdateBehavior
-
Packages that use MacOSSoftwareUpdateBehavior Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of MacOSSoftwareUpdateBehavior in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as MacOSSoftwareUpdateBehavior Modifier and Type Field Description protected MacOSSoftwareUpdateBehaviorMacOSSoftwareUpdateConfiguration. allOtherUpdateBehaviorprotected MacOSSoftwareUpdateBehaviorMacOSSoftwareUpdateConfiguration. configDataUpdateBehaviorprotected MacOSSoftwareUpdateBehaviorMacOSSoftwareUpdateConfiguration. criticalUpdateBehaviorprotected MacOSSoftwareUpdateBehaviorMacOSSoftwareUpdateConfiguration. firmwareUpdateBehaviorMethods in odata.msgraph.client.beta.entity that return types with arguments of type MacOSSoftwareUpdateBehavior Modifier and Type Method Description Optional<MacOSSoftwareUpdateBehavior>MacOSSoftwareUpdateConfiguration. getAllOtherUpdateBehavior()“Update behavior for all other updates.”Optional<MacOSSoftwareUpdateBehavior>MacOSSoftwareUpdateConfiguration. getConfigDataUpdateBehavior()“Update behavior for configuration data file updates.”Optional<MacOSSoftwareUpdateBehavior>MacOSSoftwareUpdateConfiguration. getCriticalUpdateBehavior()“Update behavior for critical updates.”Optional<MacOSSoftwareUpdateBehavior>MacOSSoftwareUpdateConfiguration. getFirmwareUpdateBehavior()“Update behavior for firmware updates.”Methods in odata.msgraph.client.beta.entity with parameters of type MacOSSoftwareUpdateBehavior Modifier and Type Method Description MacOSSoftwareUpdateConfiguration.BuilderMacOSSoftwareUpdateConfiguration.Builder. allOtherUpdateBehavior(MacOSSoftwareUpdateBehavior allOtherUpdateBehavior)“Update behavior for all other updates.”MacOSSoftwareUpdateConfiguration.BuilderMacOSSoftwareUpdateConfiguration.Builder. configDataUpdateBehavior(MacOSSoftwareUpdateBehavior configDataUpdateBehavior)“Update behavior for configuration data file updates.”MacOSSoftwareUpdateConfiguration.BuilderMacOSSoftwareUpdateConfiguration.Builder. criticalUpdateBehavior(MacOSSoftwareUpdateBehavior criticalUpdateBehavior)“Update behavior for critical updates.”MacOSSoftwareUpdateConfiguration.BuilderMacOSSoftwareUpdateConfiguration.Builder. firmwareUpdateBehavior(MacOSSoftwareUpdateBehavior firmwareUpdateBehavior)“Update behavior for firmware updates.”MacOSSoftwareUpdateConfigurationMacOSSoftwareUpdateConfiguration. withAllOtherUpdateBehavior(MacOSSoftwareUpdateBehavior allOtherUpdateBehavior)Returns an immutable copy ofthiswith just theallOtherUpdateBehaviorfield changed.MacOSSoftwareUpdateConfigurationMacOSSoftwareUpdateConfiguration. withConfigDataUpdateBehavior(MacOSSoftwareUpdateBehavior configDataUpdateBehavior)Returns an immutable copy ofthiswith just theconfigDataUpdateBehaviorfield changed.MacOSSoftwareUpdateConfigurationMacOSSoftwareUpdateConfiguration. withCriticalUpdateBehavior(MacOSSoftwareUpdateBehavior criticalUpdateBehavior)Returns an immutable copy ofthiswith just thecriticalUpdateBehaviorfield changed.MacOSSoftwareUpdateConfigurationMacOSSoftwareUpdateConfiguration. withFirmwareUpdateBehavior(MacOSSoftwareUpdateBehavior firmwareUpdateBehavior)Returns an immutable copy ofthiswith just thefirmwareUpdateBehaviorfield changed. -
Uses of MacOSSoftwareUpdateBehavior in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return MacOSSoftwareUpdateBehavior Modifier and Type Method Description static MacOSSoftwareUpdateBehaviorMacOSSoftwareUpdateBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static MacOSSoftwareUpdateBehavior[]MacOSSoftwareUpdateBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.
-