Uses of Class
dev.vality.fistful.identity.ChallengeStatus
| Package | Description |
|---|---|
| dev.vality.fistful.identity |
-
Uses of ChallengeStatus in dev.vality.fistful.identity
Fields in dev.vality.fistful.identity declared as ChallengeStatus Modifier and Type Field Description ChallengeStatusChallengeState. statusMethods in dev.vality.fistful.identity that return ChallengeStatus Modifier and Type Method Description static ChallengeStatusChallengeStatus. cancelled(ChallengeCancelled value)static ChallengeStatusChallengeStatus. completed(ChallengeCompleted value)ChallengeStatusChallengeStatus. deepCopy()static ChallengeStatusChallengeStatus. failed(ChallengeFailed value)ChallengeStatusChallengeState. getStatus()ChallengeStatusChallengeChangePayload. getStatusChanged()static ChallengeStatusChallengeStatus. pending(ChallengePending value)Methods in dev.vality.fistful.identity with parameters of type ChallengeStatus Modifier and Type Method Description intChallengeStatus. compareTo(ChallengeStatus other)booleanChallengeStatus. equals(ChallengeStatus other)ChallengeStateChallengeState. setStatus(ChallengeStatus status)voidChallengeChangePayload. setStatusChanged(ChallengeStatus value)static ChallengeChangePayloadChallengeChangePayload. status_changed(ChallengeStatus value)Constructors in dev.vality.fistful.identity with parameters of type ChallengeStatus Constructor Description ChallengeStatus(ChallengeStatus other)