Uses of Class
dev.vality.damsel.payment_processing.ClaimUpdated
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of ClaimUpdated in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return ClaimUpdated Modifier and Type Method Description ClaimUpdatedClaimUpdated. deepCopy()ClaimUpdatedPartyChange. getClaimUpdated()ClaimUpdatedClaimUpdated. setChangeset(List<PartyModification> changeset)ClaimUpdatedClaimUpdated. setId(long id)ClaimUpdatedClaimUpdated. setRevision(int revision)ClaimUpdatedClaimUpdated. setUpdatedAt(String updated_at)Methods in dev.vality.damsel.payment_processing with parameters of type ClaimUpdated Modifier and Type Method Description static PartyChangePartyChange. claim_updated(ClaimUpdated value)intClaimUpdated. compareTo(ClaimUpdated other)booleanClaimUpdated. equals(ClaimUpdated that)voidPartyChange. setClaimUpdated(ClaimUpdated value)Constructors in dev.vality.damsel.payment_processing with parameters of type ClaimUpdated Constructor Description ClaimUpdated(ClaimUpdated other)Performs a deep copy on other.