Class WindowsManagementAppHealthState.Builder

    • Method Detail

      • deviceName

        public WindowsManagementAppHealthState.Builder deviceName​(String deviceName)
        “Name of the device on which Windows management app is installed.”
        Parameters:
        deviceName - value of deviceName property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • deviceOSVersion

        public WindowsManagementAppHealthState.Builder deviceOSVersion​(String deviceOSVersion)
        “Windows 10 OS version of the device on which Windows management app is installed .”
        Parameters:
        deviceOSVersion - value of deviceOSVersion property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • healthState

        public WindowsManagementAppHealthState.Builder healthState​(HealthState healthState)
        “Windows management app health state.”
        Parameters:
        healthState - value of healthState property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • installedVersion

        public WindowsManagementAppHealthState.Builder installedVersion​(String installedVersion)
        “Windows management app installed version.”
        Parameters:
        installedVersion - value of installedVersion property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • lastCheckInDateTime

        public WindowsManagementAppHealthState.Builder lastCheckInDateTime​(OffsetDateTime lastCheckInDateTime)
        “Windows management app last check-in time.”
        Parameters:
        lastCheckInDateTime - value of lastCheckInDateTime property (as defined in service metadata)
        Returns:
        this (for method chaining)