Uses of Class
dev.vality.damsel.user_interaction.Requested
| Package | Description |
|---|---|
| dev.vality.damsel.user_interaction |
-
Uses of Requested in dev.vality.damsel.user_interaction
Methods in dev.vality.damsel.user_interaction that return Requested Modifier and Type Method Description RequestedRequested. deepCopy()RequestedStatus. getRequested()Взаимодействие было запрошено, но ещё не выполнено.Methods in dev.vality.damsel.user_interaction with parameters of type Requested Modifier and Type Method Description intRequested. compareTo(Requested other)booleanRequested. equals(Requested that)static StatusStatus. requested(Requested value)voidStatus. setRequested(Requested value)Взаимодействие было запрошено, но ещё не выполнено.Constructors in dev.vality.damsel.user_interaction with parameters of type Requested Constructor Description Requested(Requested other)Performs a deep copy on other.