Class PersonNameChangedNotification


  • public class PersonNameChangedNotification
    extends Object
    • Constructor Detail

      • PersonNameChangedNotification

        public PersonNameChangedNotification​(String personFIFAId,
                                             String actorName,
                                             Instant operationTimestamp)
    • Method Detail

      • getPersonFIFAId

        public String getPersonFIFAId()
      • getActorName

        public String getActorName()
      • getOperationTimestamp

        public Instant getOperationTimestamp()