java.lang.Object
com.evolveum.midpoint.model.impl.correlator.idmatch.data.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 Details

    • PersonRequest

      public PersonRequest(String sorLabel, String sorId, String objectToSend)
  • Method Details

    • getSorLabel

      public String getSorLabel()
    • getSorId

      public String getSorId()
    • getObjectToSend

      public String getObjectToSend()