Uses of Class
dev.vality.fistful.identity.ChallengePending
| Package | Description |
|---|---|
| dev.vality.fistful.identity |
-
Uses of ChallengePending in dev.vality.fistful.identity
Methods in dev.vality.fistful.identity that return ChallengePending Modifier and Type Method Description ChallengePendingChallengePending. deepCopy()ChallengePendingChallengeStatus. getPending()Methods in dev.vality.fistful.identity with parameters of type ChallengePending Modifier and Type Method Description intChallengePending. compareTo(ChallengePending other)booleanChallengePending. equals(ChallengePending that)static ChallengeStatusChallengeStatus. pending(ChallengePending value)voidChallengeStatus. setPending(ChallengePending value)Constructors in dev.vality.fistful.identity with parameters of type ChallengePending Constructor Description ChallengePending(ChallengePending other)Performs a deep copy on other.