Uses of Class
dev.vality.damsel.claim_management.ClaimAccepted
| Package | Description |
|---|---|
| dev.vality.damsel.claim_management |
-
Uses of ClaimAccepted in dev.vality.damsel.claim_management
Methods in dev.vality.damsel.claim_management that return ClaimAccepted Modifier and Type Method Description ClaimAcceptedClaimAccepted. deepCopy()ClaimAcceptedClaimStatus. getAccepted()Methods in dev.vality.damsel.claim_management with parameters of type ClaimAccepted Modifier and Type Method Description static ClaimStatusClaimStatus. accepted(ClaimAccepted value)intClaimAccepted. compareTo(ClaimAccepted other)booleanClaimAccepted. equals(ClaimAccepted that)voidClaimStatus. setAccepted(ClaimAccepted value)Constructors in dev.vality.damsel.claim_management with parameters of type ClaimAccepted Constructor Description ClaimAccepted(ClaimAccepted other)Performs a deep copy on other.