Uses of Class
dev.vality.identity.ClaimCancelled
| Package | Description |
|---|---|
| dev.vality.identity |
-
Uses of ClaimCancelled in dev.vality.identity
Methods in dev.vality.identity that return ClaimCancelled Modifier and Type Method Description ClaimCancelledClaimCancelled. deepCopy()ClaimCancelledIdentityClaimStatus. getCancelled()ClaimCancelledClaimCancelled. setDetails(String details)Methods in dev.vality.identity with parameters of type ClaimCancelled Modifier and Type Method Description static IdentityClaimStatusIdentityClaimStatus. cancelled(ClaimCancelled value)intClaimCancelled. compareTo(ClaimCancelled other)booleanClaimCancelled. equals(ClaimCancelled that)voidIdentityClaimStatus. setCancelled(ClaimCancelled value)Constructors in dev.vality.identity with parameters of type ClaimCancelled Constructor Description ClaimCancelled(ClaimCancelled other)Performs a deep copy on other.