Class PersonMergedNotification


  • public class PersonMergedNotification
    extends Object
    • Constructor Detail

      • PersonMergedNotification

        public PersonMergedNotification​(String primaryPersonId,
                                        String secondaryPersonId,
                                        String actorName,
                                        Instant operationTimestamp)
    • Method Detail

      • getPrimaryPersonFIFAId

        public String getPrimaryPersonFIFAId()
      • getSecondaryPersonFIFAId

        public String getSecondaryPersonFIFAId()
      • getActorName

        public String getActorName()
      • getOperationTimestamp

        public Instant getOperationTimestamp()