Interface BorrowConfiguration.Builder

    • Method Detail

      • allowEarlyCheckIn

        BorrowConfiguration.Builder allowEarlyCheckIn​(Boolean allowEarlyCheckIn)

        Indicates whether early check-ins are allowed.

        Parameters:
        allowEarlyCheckIn - Indicates whether early check-ins are allowed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxTimeToLiveInMinutes

        BorrowConfiguration.Builder maxTimeToLiveInMinutes​(Integer maxTimeToLiveInMinutes)

        Maximum time for the borrow configuration, in minutes.

        Parameters:
        maxTimeToLiveInMinutes - Maximum time for the borrow configuration, in minutes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.