Class MultifieldRequest
- java.lang.Object
-
- com.fullcontact.apilib.models.Request.MultifieldRequest
-
- Direct Known Subclasses:
PersonRequest,ResolveRequest
public class MultifieldRequest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MultifieldRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisQueryable()voidvalidate()Check for minimum combinations of 'name' and 'location', if no other queryable field is present
-
-
-
Method Detail
-
isQueryable
public boolean isQueryable()
-
validate
public void validate() throws FullContactExceptionCheck for minimum combinations of 'name' and 'location', if no other queryable field is present- Throws:
FullContactException- if 'name' and 'location' combination is not valid
-
-