Class ResolveRequest


  • public class ResolveRequest
    extends MultifieldRequest
    Class to create request for Resolve
    • Constructor Detail

      • ResolveRequest

        public ResolveRequest()
    • Method Detail

      • validateForIdentityMap

        public void validateForIdentityMap()
                                    throws FullContactException
        Method to validate request for Identity map. It validates that personId should be null and must contain any one of person identifier
        Throws:
        FullContactException - if validation fails
      • validateForIdentityResolve

        public void validateForIdentityResolve()
                                        throws FullContactException
        Method to validate request for Identity resolve. It validates that both personId and recordId should not be populated
        Throws:
        FullContactException - if validation fails
      • validateForIdentityDelete

        public void validateForIdentityDelete()
                                       throws FullContactException
        Method to validate request for Identity delete. It validates that recordId must be populated
        Throws:
        FullContactException - if validation fails