Uses of Class
dev.vality.fistful.identity.ChallengeCancelled
| Package | Description |
|---|---|
| dev.vality.fistful.identity |
-
Uses of ChallengeCancelled in dev.vality.fistful.identity
Methods in dev.vality.fistful.identity that return ChallengeCancelled Modifier and Type Method Description ChallengeCancelledChallengeCancelled. deepCopy()ChallengeCancelledChallengeStatus. getCancelled()Methods in dev.vality.fistful.identity with parameters of type ChallengeCancelled Modifier and Type Method Description static ChallengeStatusChallengeStatus. cancelled(ChallengeCancelled value)intChallengeCancelled. compareTo(ChallengeCancelled other)booleanChallengeCancelled. equals(ChallengeCancelled that)voidChallengeStatus. setCancelled(ChallengeCancelled value)Constructors in dev.vality.fistful.identity with parameters of type ChallengeCancelled Constructor Description ChallengeCancelled(ChallengeCancelled other)Performs a deep copy on other.