Uses of Class
dev.vality.fistful.identity.ChallengeResolution
| Package | Description |
|---|---|
| dev.vality.fistful.identity |
-
Uses of ChallengeResolution in dev.vality.fistful.identity
Fields in dev.vality.fistful.identity declared as ChallengeResolution Modifier and Type Field Description ChallengeResolutionChallengeCompleted. resolutionMethods in dev.vality.fistful.identity that return ChallengeResolution Modifier and Type Method Description static ChallengeResolutionChallengeResolution. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.ChallengeResolutionChallengeCompleted. getResolution()static ChallengeResolutionChallengeResolution. valueOf(String name)Returns the enum constant of this type with the specified name.static ChallengeResolution[]ChallengeResolution. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.fistful.identity with parameters of type ChallengeResolution Modifier and Type Method Description ChallengeCompletedChallengeCompleted. setResolution(ChallengeResolution resolution)Constructors in dev.vality.fistful.identity with parameters of type ChallengeResolution Constructor Description ChallengeCompleted(ChallengeResolution resolution)