Uses of Class
dev.vality.identity.ClaimApproved
| Package | Description |
|---|---|
| dev.vality.identity |
-
Uses of ClaimApproved in dev.vality.identity
Methods in dev.vality.identity that return ClaimApproved Modifier and Type Method Description ClaimApprovedClaimApproved. deepCopy()ClaimApprovedIdentityClaimStatus. getApproved()ClaimApprovedClaimApproved. setDetails(String details)Methods in dev.vality.identity with parameters of type ClaimApproved Modifier and Type Method Description static IdentityClaimStatusIdentityClaimStatus. approved(ClaimApproved value)intClaimApproved. compareTo(ClaimApproved other)booleanClaimApproved. equals(ClaimApproved that)voidIdentityClaimStatus. setApproved(ClaimApproved value)Constructors in dev.vality.identity with parameters of type ClaimApproved Constructor Description ClaimApproved(ClaimApproved other)Performs a deep copy on other.