Index
A B C E F H I M P R S T
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
A
- audienceCreate(AudienceRequest) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for creating Audience from your PIC based on tags.
- audienceCreate(AudienceRequest, RetryHandler) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for creating Audience from your PIC based on tags.
- audienceCreate(RequestBody) - Method in interface com.fullcontact.apilib.FullContactApi
- audienceDownload(String) - Method in class com.fullcontact.apilib.enrich.FullContact
- audienceDownload(String) - Method in interface com.fullcontact.apilib.FullContactApi
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.
- buildAudienceRequest() - Static method in class com.fullcontact.apilib.enrich.FullContact
- buildChannelPurposeRequest() - Static method in class com.fullcontact.apilib.enrich.FullContact
- buildCompanyRequest() - Static method in class com.fullcontact.apilib.enrich.FullContact
- buildMultifieldRequest() - Static method in class com.fullcontact.apilib.enrich.FullContact
- buildPermissionRequest() - 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
- buildTagsRequest() - 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(RequestBody) - Method in interface com.fullcontact.apilib.FullContactApi
- companySearch(RequestBody) - Method in interface com.fullcontact.apilib.FullContactApi
- compress(String) - Static method in class com.fullcontact.apilib.test.MockInterceptor
- 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.
- emailVerification(String) - Method in interface com.fullcontact.apilib.FullContactApi
- 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.
F
- FCOkHttpInterceptor - Class in com.fullcontact.apilib.enrich
- FCOkHttpInterceptor() - Constructor for class com.fullcontact.apilib.enrich.FCOkHttpInterceptor
- 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
- 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
- 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.
- identityDelete(RequestBody) - Method in interface com.fullcontact.apilib.FullContactApi
- 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.
- identityMap(RequestBody) - Method in interface com.fullcontact.apilib.FullContactApi
- 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 Identity Resolve.
- identityResolve(RequestBody) - Method in interface com.fullcontact.apilib.FullContactApi
- identityResolveWithTags(boolean, RequestBody) - Method in interface com.fullcontact.apilib.FullContactApi
- identityResolveWithTags(ResolveRequest) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for Identity Resolve with Tags.
- identityResolveWithTags(ResolveRequest, RetryHandler) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for Identity Resolve with Tags.
- intercept(Interceptor.Chain) - Method in class com.fullcontact.apilib.enrich.FCOkHttpInterceptor
- 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
- permissionCreate(PermissionRequest) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for Permission Create without any custom RetryHandler, It converts the request to json, send the Asynchronous request using HTTP POST method.
- permissionCreate(PermissionRequest, RetryHandler) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for Permission Create.
- permissionCreate(RequestBody) - Method in interface com.fullcontact.apilib.FullContactApi
- permissionCurrent(MultifieldRequest) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for Permission Current without any custom RetryHandler, It converts the request to json, send the Asynchronous request using HTTP POST method.
- permissionCurrent(MultifieldRequest, RetryHandler) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for Permission Current.
- permissionCurrent(RequestBody) - Method in interface com.fullcontact.apilib.FullContactApi
- permissionDelete(MultifieldRequest) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for Permission Delete without any custom RetryHandler, It converts the request to json, send the Asynchronous request using HTTP POST method.
- permissionDelete(MultifieldRequest, RetryHandler) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for Permission Delete.
- permissionDelete(RequestBody) - Method in interface com.fullcontact.apilib.FullContactApi
- permissionFind(MultifieldRequest) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for Permission Find without any custom RetryHandler, It converts the request to json, send the Asynchronous request using HTTP POST method.
- permissionFind(MultifieldRequest, RetryHandler) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for Permission Find.
- permissionFind(RequestBody) - Method in interface com.fullcontact.apilib.FullContactApi
- permissionVerify(ChannelPurposeRequest) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for Permission Verify without any custom RetryHandler, It converts the request to json, send the Asynchronous request using HTTP POST method.
- permissionVerify(ChannelPurposeRequest, RetryHandler) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for Permission Verify.
- permissionVerify(RequestBody) - Method in interface com.fullcontact.apilib.FullContactApi
- personEnrich(RequestBody) - Method in interface com.fullcontact.apilib.FullContactApi
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.
T
- tagsCreate(TagsRequest) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for adding/creating tags for any recordID in your PIC without any custom RetryHandler, It converts the request to json, send the Asynchronous request using HTTP POST method.
- tagsCreate(TagsRequest, RetryHandler) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for adding/creating tags for any recordID in your PIC.
- tagsCreate(RequestBody) - Method in interface com.fullcontact.apilib.FullContactApi
- tagsDelete(TagsRequest) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for deleting tags for any recordID in your PIC without any custom RetryHandler, It converts the request to json, send the Asynchronous request using HTTP POST method.
- tagsDelete(TagsRequest, RetryHandler) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for deleting tags for any recordID in your PIC.
- tagsDelete(RequestBody) - Method in interface com.fullcontact.apilib.FullContactApi
- tagsGet(String) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for getting all tags for any recordID in your PIC without any custom RetryHandler, It converts the request to json, send the Asynchronous request using HTTP POST method.
- tagsGet(String, RetryHandler) - Method in class com.fullcontact.apilib.enrich.FullContact
-
Method for getting all tags for any recordID in your PIC.
- tagsGet(RequestBody) - Method in interface com.fullcontact.apilib.FullContactApi
All Classes|All Packages