Index
B C E F H I M P R S U
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
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 - package com.fullcontact.apilib
- com.fullcontact.apilib.enrich - package com.fullcontact.apilib.enrich
- com.fullcontact.apilib.test - package com.fullcontact.apilib.test
- companyEnrich(CompanyRequest) - Method in interface com.fullcontact.apilib.FullContactApi
- companySearch(CompanyRequest) - Method in interface com.fullcontact.apilib.FullContactApi
- 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
- enrich(CompanyRequest) - 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.
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>, String, long, int, int) - Constructor for class com.fullcontact.apilib.enrich.FullContact
-
FullContact client constructor used to initialise the client
- FullContact.FullContactBuilder - Class in com.fullcontact.apilib.enrich
- FullContactApi - Interface in com.fullcontact.apilib
-
Defines all the Retrofit endpoints for the FullContact API.
- 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
- intercept(Interceptor.Chain) - Method in class com.fullcontact.apilib.test.MockInterceptor
M
- MockInterceptor - Class in com.fullcontact.apilib.test
- MockInterceptor() - Constructor for class com.fullcontact.apilib.test.MockInterceptor
P
- personEnrich(PersonRequest) - Method in interface com.fullcontact.apilib.FullContactApi
R
- retryAttempts(int) - Method in class com.fullcontact.apilib.enrich.FullContact.FullContactBuilder
-
Builder method to provide number of retry attempts that can be done in case of a failed response.
- retryDelayMillis(int) - Method in class com.fullcontact.apilib.enrich.FullContact.FullContactBuilder
-
Builder method to provide delay time for each retry attempt.
S
- search(CompanyRequest) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for Company Search.
U
- userAgent(String) - Method in class com.fullcontact.apilib.enrich.FullContact.FullContactBuilder
-
Builder method to provide UserAgent
All Classes All Packages