Class MultifieldRequest

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isQueryable()  
      void validate()
      Check for minimum combinations of 'name' and 'location', if no other queryable field is present
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MultifieldRequest

        public MultifieldRequest()
    • Method Detail

      • isQueryable

        public boolean isQueryable()
      • validate

        public void validate()
                      throws FullContactException
        Check for minimum combinations of 'name' and 'location', if no other queryable field is present
        Throws:
        FullContactException - if 'name' and 'location' combination is not valid