Uses of Class
odata.msgraph.client.beta.enums.IosUpdatesInstallStatus
-
Packages that use IosUpdatesInstallStatus Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of IosUpdatesInstallStatus in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as IosUpdatesInstallStatus Modifier and Type Field Description protected IosUpdatesInstallStatusIosUpdateDeviceStatus. installStatusMethods in odata.msgraph.client.beta.entity that return types with arguments of type IosUpdatesInstallStatus Modifier and Type Method Description Optional<IosUpdatesInstallStatus>IosUpdateDeviceStatus. getInstallStatus()“The installation status of the policy report.”Methods in odata.msgraph.client.beta.entity with parameters of type IosUpdatesInstallStatus Modifier and Type Method Description IosUpdateDeviceStatus.BuilderIosUpdateDeviceStatus.Builder. installStatus(IosUpdatesInstallStatus installStatus)“The installation status of the policy report.”IosUpdateDeviceStatusIosUpdateDeviceStatus. withInstallStatus(IosUpdatesInstallStatus installStatus)Returns an immutable copy ofthiswith just theinstallStatusfield changed. -
Uses of IosUpdatesInstallStatus in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return IosUpdatesInstallStatus Modifier and Type Method Description static IosUpdatesInstallStatusIosUpdatesInstallStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static IosUpdatesInstallStatus[]IosUpdatesInstallStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-