Index
B C E F H I M R S
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
B
- build() - Method in class com.fullcontact.apilib.enrich.FullContact.FullContactBuilder
-
Validates the builder for authentication and constructs the FullContact client with all the provided values.
- buildCompanyRequest() - Static method in class com.fullcontact.apilib.enrich.FullContact
- buildPersonRequest() - Static method in class com.fullcontact.apilib.enrich.FullContact
- buildResolveRequest() - Static method in class com.fullcontact.apilib.enrich.FullContact
C
- close() - Method in class com.fullcontact.apilib.enrich.FullContact
-
This method is used to call shutdown on the ScheduledThreadPoolExecutor and close the FullContact client.
- com.fullcontact.apilib.enrich - package com.fullcontact.apilib.enrich
- connectTimeoutMillis(long) - Method in class com.fullcontact.apilib.enrich.FullContact.FullContactBuilder
-
Builder method to provide connection timeout, default value is 3000ms
- credentialsProvider(CredentialsProvider) - Method in class com.fullcontact.apilib.enrich.FullContact.FullContactBuilder
-
Builder method to provide
CredentialsProviderfor authentication.
E
- emailVerification(String) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for Email Verification without any custom RetryHandler, It sends Asynchronous request using HTTP GET method.
- emailVerification(String, RetryHandler) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for Email Verification.
- enrich(CompanyRequest) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for Company Enrich without any custom RetryHandler, It converts the request to json, send the Asynchronous request using HTTP POST method.
- enrich(CompanyRequest, RetryHandler) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for Company Enrich.
- enrich(PersonRequest) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for Person Enrich without any custom RetryHandler, It converts the request to json, send the Asynchronous request using HTTP POST method.
- enrich(PersonRequest, RetryHandler) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for Person Enrich.
- Example - Class in com.fullcontact.apilib.enrich
- Example() - Constructor for class com.fullcontact.apilib.enrich.Example
F
- finalize() - Method in class com.fullcontact.apilib.enrich.FullContact
-
This method will be called by GC to close the client.
- FullContact - Class in com.fullcontact.apilib.enrich
-
The FullContact class represents FullContact client.
- FullContact(CredentialsProvider, Map<String, String>, long, RetryHandler) - Constructor for class com.fullcontact.apilib.enrich.FullContact
-
FullContact client constructor used to initialise the client
- FullContact.FullContactBuilder - Class in com.fullcontact.apilib.enrich
-
Builder class for building FullContact client.
- FullContactBuilder() - Constructor for class com.fullcontact.apilib.enrich.FullContact.FullContactBuilder
H
- headers(Map<String, String>) - Method in class com.fullcontact.apilib.enrich.FullContact.FullContactBuilder
-
Builder method to provide custom Headers, which will be included in all requests
I
- identityDelete(ResolveRequest) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for Deleting mapped Record.
- identityDelete(ResolveRequest, RetryHandler) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for Deleting mapped Record.
- identityMap(ResolveRequest) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for Resolve Identity Map.
- identityMap(ResolveRequest, RetryHandler) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for Resolve Identity Map.
- identityResolve(ResolveRequest) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for Identity Resolve.
- identityResolve(ResolveRequest, RetryHandler) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for Resolve Identity Map.
M
- main(String[]) - Static method in class com.fullcontact.apilib.enrich.Example
R
- retryHandler(RetryHandler) - Method in class com.fullcontact.apilib.enrich.FullContact.FullContactBuilder
-
Builder method to provide
RetryHandler
S
- search(CompanyRequest) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for Company Search without any custom RetryHandler, It converts the request to json, send the Asynchronous request using HTTP POST method.
- search(CompanyRequest, RetryHandler) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for Company Search.
All Classes|All Packages