Class BulkManagedDeviceActionResult.Builder

    • Method Detail

      • failedDeviceIds

        public BulkManagedDeviceActionResult.Builder failedDeviceIds​(List<String> failedDeviceIds)
        “Failed devices”
        Parameters:
        failedDeviceIds - value of failedDeviceIds property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • failedDeviceIds

        public BulkManagedDeviceActionResult.Builder failedDeviceIds​(String... failedDeviceIds)
        “Failed devices”
        Parameters:
        failedDeviceIds - value of failedDeviceIds property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • failedDeviceIdsNextLink

        public BulkManagedDeviceActionResult.Builder failedDeviceIdsNextLink​(String failedDeviceIdsNextLink)
        “Failed devices”
        Parameters:
        failedDeviceIdsNextLink - value of failedDeviceIds@nextLink property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • notFoundDeviceIds

        public BulkManagedDeviceActionResult.Builder notFoundDeviceIds​(List<String> notFoundDeviceIds)
        “Not found devices”
        Parameters:
        notFoundDeviceIds - value of notFoundDeviceIds property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • notFoundDeviceIds

        public BulkManagedDeviceActionResult.Builder notFoundDeviceIds​(String... notFoundDeviceIds)
        “Not found devices”
        Parameters:
        notFoundDeviceIds - value of notFoundDeviceIds property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • notFoundDeviceIdsNextLink

        public BulkManagedDeviceActionResult.Builder notFoundDeviceIdsNextLink​(String notFoundDeviceIdsNextLink)
        “Not found devices”
        Parameters:
        notFoundDeviceIdsNextLink - value of notFoundDeviceIds@nextLink property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • notSupportedDeviceIds

        public BulkManagedDeviceActionResult.Builder notSupportedDeviceIds​(List<String> notSupportedDeviceIds)
        “Not supported devices”
        Parameters:
        notSupportedDeviceIds - value of notSupportedDeviceIds property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • notSupportedDeviceIds

        public BulkManagedDeviceActionResult.Builder notSupportedDeviceIds​(String... notSupportedDeviceIds)
        “Not supported devices”
        Parameters:
        notSupportedDeviceIds - value of notSupportedDeviceIds property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • notSupportedDeviceIdsNextLink

        public BulkManagedDeviceActionResult.Builder notSupportedDeviceIdsNextLink​(String notSupportedDeviceIdsNextLink)
        “Not supported devices”
        Parameters:
        notSupportedDeviceIdsNextLink - value of notSupportedDeviceIds@nextLink property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • successfulDeviceIds

        public BulkManagedDeviceActionResult.Builder successfulDeviceIds​(List<String> successfulDeviceIds)
        “Successful devices”
        Parameters:
        successfulDeviceIds - value of successfulDeviceIds property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • successfulDeviceIds

        public BulkManagedDeviceActionResult.Builder successfulDeviceIds​(String... successfulDeviceIds)
        “Successful devices”
        Parameters:
        successfulDeviceIds - value of successfulDeviceIds property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • successfulDeviceIdsNextLink

        public BulkManagedDeviceActionResult.Builder successfulDeviceIdsNextLink​(String successfulDeviceIdsNextLink)
        “Successful devices”
        Parameters:
        successfulDeviceIdsNextLink - value of successfulDeviceIds@nextLink property (as defined in service metadata)
        Returns:
        this (for method chaining)