Uses of Class
dev.vality.damsel.withdrawals.provider_adapter.SleepIntent
| Package | Description |
|---|---|
| dev.vality.damsel.withdrawals.provider_adapter |
-
Uses of SleepIntent in dev.vality.damsel.withdrawals.provider_adapter
Methods in dev.vality.damsel.withdrawals.provider_adapter that return SleepIntent Modifier and Type Method Description SleepIntentSleepIntent. deepCopy()SleepIntentIntent. getSleep()SleepIntentSleepIntent. setCallbackTag(String callback_tag)Идентификатор, по которому обработчик обратного запроса сможет идентифицировать сессию взаимодействия с третьей стороной, чтобы продолжить по ней взаимодействие.SleepIntentSleepIntent. setTimer(Timer timer)Таймер, определяющий когда следует продолжить взаимодействие.Methods in dev.vality.damsel.withdrawals.provider_adapter with parameters of type SleepIntent Modifier and Type Method Description intSleepIntent. compareTo(SleepIntent other)booleanSleepIntent. equals(SleepIntent that)voidIntent. setSleep(SleepIntent value)static IntentIntent. sleep(SleepIntent value)Constructors in dev.vality.damsel.withdrawals.provider_adapter with parameters of type SleepIntent Constructor Description SleepIntent(SleepIntent other)Performs a deep copy on other.