Class GenderChangedNotification


  • public class GenderChangedNotification
    extends Object
    • Constructor Detail

      • GenderChangedNotification

        public GenderChangedNotification​(String personFIFAId,
                                         String before,
                                         String after,
                                         String actorName,
                                         Instant operationTimestamp)
    • Method Detail

      • getPersonFIFAId

        public String getPersonFIFAId()
      • getBefore

        public String getBefore()
      • getAfter

        public String getAfter()
      • getActorName

        public String getActorName()
      • getOperationTimestamp

        public Instant getOperationTimestamp()