public static interface UnlockDelay.Builder extends SdkPojo, CopyableBuilder<UnlockDelay.Builder,UnlockDelay>
| Modifier and Type | Method and Description |
|---|---|
UnlockDelay.Builder |
unlockDelayUnit(String unlockDelayUnit)
The unit of time in which to measure the unlock delay.
|
UnlockDelay.Builder |
unlockDelayUnit(UnlockDelayUnit unlockDelayUnit)
The unit of time in which to measure the unlock delay.
|
UnlockDelay.Builder |
unlockDelayValue(Integer unlockDelayValue)
The unlock delay period, measured in the unit specified for UnlockDelayUnit.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUnlockDelay.Builder unlockDelayValue(Integer unlockDelayValue)
The unlock delay period, measured in the unit specified for UnlockDelayUnit.
unlockDelayValue - The unlock delay period, measured in the unit specified for 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.
unlockDelayUnit - The unit of time in which to measure the unlock delay. Currently, the unlock delay can be measure only
in days.UnlockDelayUnit,
UnlockDelayUnitUnlockDelay.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.
unlockDelayUnit - The unit of time in which to measure the unlock delay. Currently, the unlock delay can be measure only
in days.UnlockDelayUnit,
UnlockDelayUnitCopyright © 2023. All rights reserved.