Class BulkDriverActionResult.Builder

    • Method Detail

      • failedDriverIds

        public BulkDriverActionResult.Builder failedDriverIds​(List<String> failedDriverIds)
        “List of driver Ids where the action is failed.”
        Parameters:
        failedDriverIds - value of failedDriverIds property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • failedDriverIds

        public BulkDriverActionResult.Builder failedDriverIds​(String... failedDriverIds)
        “List of driver Ids where the action is failed.”
        Parameters:
        failedDriverIds - value of failedDriverIds property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • failedDriverIdsNextLink

        public BulkDriverActionResult.Builder failedDriverIdsNextLink​(String failedDriverIdsNextLink)
        “List of driver Ids where the action is failed.”
        Parameters:
        failedDriverIdsNextLink - value of failedDriverIds@nextLink property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • notFoundDriverIds

        public BulkDriverActionResult.Builder notFoundDriverIds​(List<String> notFoundDriverIds)
        “List of driver Ids that are not found.”
        Parameters:
        notFoundDriverIds - value of notFoundDriverIds property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • notFoundDriverIds

        public BulkDriverActionResult.Builder notFoundDriverIds​(String... notFoundDriverIds)
        “List of driver Ids that are not found.”
        Parameters:
        notFoundDriverIds - value of notFoundDriverIds property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • notFoundDriverIdsNextLink

        public BulkDriverActionResult.Builder notFoundDriverIdsNextLink​(String notFoundDriverIdsNextLink)
        “List of driver Ids that are not found.”
        Parameters:
        notFoundDriverIdsNextLink - value of notFoundDriverIds@nextLink property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • successfulDriverIds

        public BulkDriverActionResult.Builder successfulDriverIds​(List<String> successfulDriverIds)
        “List of driver Ids where the action is successful.”
        Parameters:
        successfulDriverIds - value of successfulDriverIds property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • successfulDriverIds

        public BulkDriverActionResult.Builder successfulDriverIds​(String... successfulDriverIds)
        “List of driver Ids where the action is successful.”
        Parameters:
        successfulDriverIds - value of successfulDriverIds property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • successfulDriverIdsNextLink

        public BulkDriverActionResult.Builder successfulDriverIdsNextLink​(String successfulDriverIdsNextLink)
        “List of driver Ids where the action is successful.”
        Parameters:
        successfulDriverIdsNextLink - value of successfulDriverIds@nextLink property (as defined in service metadata)
        Returns:
        this (for method chaining)