Uses of Class
dev.vality.damsel.payment_processing.PartyChange
Packages that use PartyChange
-
Uses of PartyChange in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing with type parameters of type PartyChangeMethods in dev.vality.damsel.payment_processing that return PartyChangeModifier and TypeMethodDescriptionstatic PartyChangePartyChange.claim_created(Claim value) static PartyChangePartyChange.claim_status_changed(ClaimStatusChanged value) static PartyChangePartyChange.claim_updated(ClaimUpdated value) PartyChange.deepCopy()static PartyChangePartyChange.party_blocking(Blocking value) static PartyChangePartyChange.party_created(PartyCreated value) static PartyChangePartyChange.party_meta_removed(String value) static PartyChangePartyChange.party_meta_set(PartyMetaSet value) static PartyChangePartyChange.party_suspension(Suspension value) static PartyChangePartyChange.revision_changed(PartyRevisionChanged value) static PartyChangePartyChange.shop_blocking(ShopBlocking value) static PartyChangePartyChange.shop_suspension(ShopSuspension value) static PartyChangePartyChange.wallet_blocking(WalletBlocking value) static PartyChangePartyChange.wallet_suspension(WalletSuspension value) Methods in dev.vality.damsel.payment_processing that return types with arguments of type PartyChangeModifier and TypeMethodDescriptionPartyEventData.getChanges()PartyEventData.getChangesIterator()EventPayload.getPartyChanges()Набор изменений, порождённых участником.Methods in dev.vality.damsel.payment_processing with parameters of type PartyChangeModifier and TypeMethodDescriptionvoidPartyEventData.addToChanges(PartyChange elem) intPartyChange.compareTo(PartyChange other) booleanPartyChange.equals(PartyChange other) Method parameters in dev.vality.damsel.payment_processing with type arguments of type PartyChangeModifier and TypeMethodDescriptionstatic EventPayloadEventPayload.party_changes(List<PartyChange> value) PartyEventData.setChanges(List<PartyChange> changes) voidEventPayload.setPartyChanges(List<PartyChange> value) Набор изменений, порождённых участником.Constructors in dev.vality.damsel.payment_processing with parameters of type PartyChangeConstructor parameters in dev.vality.damsel.payment_processing with type arguments of type PartyChange