Class PersonRequest


  • public class PersonRequest
    extends Object
    Represents a JSON request to match a person (`Request`) or to force a reconciliation of a person (`Forced Reconciliation Request`). TODO consider nullity of the properties
    • Constructor Detail

      • PersonRequest

        public PersonRequest​(String sorLabel,
                             String sorId,
                             String objectToSend)
    • Method Detail

      • getSorLabel

        public String getSorLabel()
      • getSorId

        public String getSorId()
      • getObjectToSend

        public String getObjectToSend()