Interface UnlockDelay.Builder

    • Method Detail

      • unlockDelayValue

        UnlockDelay.Builder unlockDelayValue​(Integer unlockDelayValue)

        The unlock delay period, measured in the unit specified for UnlockDelayUnit.

        Parameters:
        unlockDelayValue - The unlock delay period, measured in the unit specified for UnlockDelayUnit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unlockDelayUnit

        UnlockDelay.Builder unlockDelayUnit​(String unlockDelayUnit)

        The unit of time in which to measure the unlock delay. Currently, the unlock delay can be measure only in days.

        Parameters:
        unlockDelayUnit - The unit of time in which to measure the unlock delay. Currently, the unlock delay can be measure only in days.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UnlockDelayUnit, UnlockDelayUnit
      • unlockDelayUnit

        UnlockDelay.Builder unlockDelayUnit​(UnlockDelayUnit unlockDelayUnit)

        The unit of time in which to measure the unlock delay. Currently, the unlock delay can be measure only in days.

        Parameters:
        unlockDelayUnit - The unit of time in which to measure the unlock delay. Currently, the unlock delay can be measure only in days.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UnlockDelayUnit, UnlockDelayUnit