jar

com.tryfinch.api : finch-java-core

Maven & Gradle

Aug 26, 2023
5 stars

ATS API Reference · The Finch ATS (Applicant Tracking System) API provides a unified way to connect to a multitude of ATS providers. The API requires an access token issued by Finch. To enable access to the ATS API, please reach out to your Finch representative. ATS products are specified by the product parameter, a space-separated list of products that your application requests from an employer authenticating through Finch Connect. Valid product names are— - `candidates`: Read candidate data - `applications`: Read detailed application data for candidates - `jobs`: Read job posting data, as well as existing stages of the job pipeline - `offers`: Read details about offers managed through the ATS

Table Of Contents

Latest Version

Download com.tryfinch.api : finch-java-core JAR file - Latest Versions:

All Versions

Download com.tryfinch.api : finch-java-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window finch-java-core-0.2.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.tryfinch.api.services.blocking.hris.individuals

├─ com.tryfinch.api.services.blocking.hris.individuals.EmploymentDataService.class - [JAR]

├─ com.tryfinch.api.services.blocking.hris.individuals.EmploymentDataServiceImpl.class - [JAR]

com.tryfinch.api.core.http

├─ com.tryfinch.api.core.http.HttpClient.class - [JAR]

├─ com.tryfinch.api.core.http.HttpMethod.class - [JAR]

├─ com.tryfinch.api.core.http.HttpRequest.class - [JAR]

├─ com.tryfinch.api.core.http.HttpRequestBody.class - [JAR]

├─ com.tryfinch.api.core.http.HttpResponse.class - [JAR]

├─ com.tryfinch.api.core.http.RetryingHttpClient.class - [JAR]

com.tryfinch.api.errors

├─ com.tryfinch.api.errors.BadRequestException.class - [JAR]

├─ com.tryfinch.api.errors.FinchError.class - [JAR]

├─ com.tryfinch.api.errors.FinchException.class - [JAR]

├─ com.tryfinch.api.errors.FinchInvalidDataException.class - [JAR]

├─ com.tryfinch.api.errors.FinchIoException.class - [JAR]

├─ com.tryfinch.api.errors.FinchServiceException.class - [JAR]

├─ com.tryfinch.api.errors.InternalServerException.class - [JAR]

├─ com.tryfinch.api.errors.NotFoundException.class - [JAR]

├─ com.tryfinch.api.errors.PermissionDeniedException.class - [JAR]

├─ com.tryfinch.api.errors.RateLimitException.class - [JAR]

├─ com.tryfinch.api.errors.UnauthorizedException.class - [JAR]

├─ com.tryfinch.api.errors.UnexpectedStatusCodeException.class - [JAR]

├─ com.tryfinch.api.errors.UnprocessableEntityException.class - [JAR]

com.tryfinch.api.services.blocking.ats

├─ com.tryfinch.api.services.blocking.ats.ApplicationService.class - [JAR]

├─ com.tryfinch.api.services.blocking.ats.ApplicationServiceImpl.class - [JAR]

├─ com.tryfinch.api.services.blocking.ats.CandidateService.class - [JAR]

├─ com.tryfinch.api.services.blocking.ats.CandidateServiceImpl.class - [JAR]

├─ com.tryfinch.api.services.blocking.ats.JobService.class - [JAR]

├─ com.tryfinch.api.services.blocking.ats.JobServiceImpl.class - [JAR]

├─ com.tryfinch.api.services.blocking.ats.OfferService.class - [JAR]

├─ com.tryfinch.api.services.blocking.ats.OfferServiceImpl.class - [JAR]

├─ com.tryfinch.api.services.blocking.ats.StageService.class - [JAR]

├─ com.tryfinch.api.services.blocking.ats.StageServiceImpl.class - [JAR]

com.tryfinch.api.services.blocking.hris.benefits

├─ com.tryfinch.api.services.blocking.hris.benefits.IndividualService.class - [JAR]

├─ com.tryfinch.api.services.blocking.hris.benefits.IndividualServiceImpl.class - [JAR]

com.tryfinch.api.services.blocking

├─ com.tryfinch.api.services.blocking.AccountService.class - [JAR]

├─ com.tryfinch.api.services.blocking.AccountServiceImpl.class - [JAR]

├─ com.tryfinch.api.services.blocking.AtsService.class - [JAR]

├─ com.tryfinch.api.services.blocking.AtsServiceImpl.class - [JAR]

├─ com.tryfinch.api.services.blocking.HrisService.class - [JAR]

├─ com.tryfinch.api.services.blocking.HrisServiceImpl.class - [JAR]

├─ com.tryfinch.api.services.blocking.ProviderService.class - [JAR]

├─ com.tryfinch.api.services.blocking.ProviderServiceImpl.class - [JAR]

com.tryfinch.api.services.async.hris

├─ com.tryfinch.api.services.async.hris.BenefitServiceAsync.class - [JAR]

├─ com.tryfinch.api.services.async.hris.BenefitServiceAsyncImpl.class - [JAR]

├─ com.tryfinch.api.services.async.hris.CompanyServiceAsync.class - [JAR]

├─ com.tryfinch.api.services.async.hris.CompanyServiceAsyncImpl.class - [JAR]

├─ com.tryfinch.api.services.async.hris.DirectoryServiceAsync.class - [JAR]

├─ com.tryfinch.api.services.async.hris.DirectoryServiceAsyncImpl.class - [JAR]

├─ com.tryfinch.api.services.async.hris.IndividualServiceAsync.class - [JAR]

├─ com.tryfinch.api.services.async.hris.IndividualServiceAsyncImpl.class - [JAR]

├─ com.tryfinch.api.services.async.hris.PayStatementServiceAsync.class - [JAR]

├─ com.tryfinch.api.services.async.hris.PayStatementServiceAsyncImpl.class - [JAR]

├─ com.tryfinch.api.services.async.hris.PaymentServiceAsync.class - [JAR]

├─ com.tryfinch.api.services.async.hris.PaymentServiceAsyncImpl.class - [JAR]

com.tryfinch.api.services.blocking.hris

├─ com.tryfinch.api.services.blocking.hris.BenefitService.class - [JAR]

├─ com.tryfinch.api.services.blocking.hris.BenefitServiceImpl.class - [JAR]

├─ com.tryfinch.api.services.blocking.hris.CompanyService.class - [JAR]

├─ com.tryfinch.api.services.blocking.hris.CompanyServiceImpl.class - [JAR]

├─ com.tryfinch.api.services.blocking.hris.DirectoryService.class - [JAR]

├─ com.tryfinch.api.services.blocking.hris.DirectoryServiceImpl.class - [JAR]

├─ com.tryfinch.api.services.blocking.hris.IndividualService.class - [JAR]

├─ com.tryfinch.api.services.blocking.hris.IndividualServiceImpl.class - [JAR]

├─ com.tryfinch.api.services.blocking.hris.PayStatementService.class - [JAR]

├─ com.tryfinch.api.services.blocking.hris.PayStatementServiceImpl.class - [JAR]

├─ com.tryfinch.api.services.blocking.hris.PaymentService.class - [JAR]

├─ com.tryfinch.api.services.blocking.hris.PaymentServiceImpl.class - [JAR]

com.tryfinch.api.services.async.hris.individuals

├─ com.tryfinch.api.services.async.hris.individuals.EmploymentDataServiceAsync.class - [JAR]

├─ com.tryfinch.api.services.async.hris.individuals.EmploymentDataServiceAsyncImpl.class - [JAR]

com.tryfinch.api.services.async.hris.benefits

├─ com.tryfinch.api.services.async.hris.benefits.IndividualServiceAsync.class - [JAR]

├─ com.tryfinch.api.services.async.hris.benefits.IndividualServiceAsyncImpl.class - [JAR]

com.tryfinch.api.services.async.ats

├─ com.tryfinch.api.services.async.ats.ApplicationServiceAsync.class - [JAR]

├─ com.tryfinch.api.services.async.ats.ApplicationServiceAsyncImpl.class - [JAR]

├─ com.tryfinch.api.services.async.ats.CandidateServiceAsync.class - [JAR]

├─ com.tryfinch.api.services.async.ats.CandidateServiceAsyncImpl.class - [JAR]

├─ com.tryfinch.api.services.async.ats.JobServiceAsync.class - [JAR]

├─ com.tryfinch.api.services.async.ats.JobServiceAsyncImpl.class - [JAR]

├─ com.tryfinch.api.services.async.ats.OfferServiceAsync.class - [JAR]

├─ com.tryfinch.api.services.async.ats.OfferServiceAsyncImpl.class - [JAR]

├─ com.tryfinch.api.services.async.ats.StageServiceAsync.class - [JAR]

├─ com.tryfinch.api.services.async.ats.StageServiceAsyncImpl.class - [JAR]

com.tryfinch.api.core

├─ com.tryfinch.api.core.BaseDeserializer.class - [JAR]

├─ com.tryfinch.api.core.BaseSerializer.class - [JAR]

├─ com.tryfinch.api.core.ClientOptions.class - [JAR]

├─ com.tryfinch.api.core.ExcludeMissing.class - [JAR]

├─ com.tryfinch.api.core.JsonArray.class - [JAR]

├─ com.tryfinch.api.core.JsonBoolean.class - [JAR]

├─ com.tryfinch.api.core.JsonField.class - [JAR]

├─ com.tryfinch.api.core.JsonMissing.class - [JAR]

├─ com.tryfinch.api.core.JsonNull.class - [JAR]

├─ com.tryfinch.api.core.JsonNumber.class - [JAR]

├─ com.tryfinch.api.core.JsonObject.class - [JAR]

├─ com.tryfinch.api.core.JsonString.class - [JAR]

├─ com.tryfinch.api.core.JsonValue.class - [JAR]

├─ com.tryfinch.api.core.KnownValue.class - [JAR]

├─ com.tryfinch.api.core.NoAutoDetect.class - [JAR]

├─ com.tryfinch.api.core.ObjectMappers.class - [JAR]

├─ com.tryfinch.api.core.Properties.class - [JAR]

├─ com.tryfinch.api.core.RequestOptions.class - [JAR]

├─ com.tryfinch.api.core.Utils.class - [JAR]

com.tryfinch.api.client

├─ com.tryfinch.api.client.FinchClient.class - [JAR]

├─ com.tryfinch.api.client.FinchClientAsync.class - [JAR]

├─ com.tryfinch.api.client.FinchClientAsyncImpl.class - [JAR]

├─ com.tryfinch.api.client.FinchClientImpl.class - [JAR]

com.tryfinch.api.services.async

├─ com.tryfinch.api.services.async.AccountServiceAsync.class - [JAR]

├─ com.tryfinch.api.services.async.AccountServiceAsyncImpl.class - [JAR]

├─ com.tryfinch.api.services.async.AtsServiceAsync.class - [JAR]

├─ com.tryfinch.api.services.async.AtsServiceAsyncImpl.class - [JAR]

├─ com.tryfinch.api.services.async.HrisServiceAsync.class - [JAR]

├─ com.tryfinch.api.services.async.HrisServiceAsyncImpl.class - [JAR]

├─ com.tryfinch.api.services.async.ProviderServiceAsync.class - [JAR]

├─ com.tryfinch.api.services.async.ProviderServiceAsyncImpl.class - [JAR]

com.tryfinch.api.models

├─ com.tryfinch.api.models.AccountDisconnectParams.class - [JAR]

├─ com.tryfinch.api.models.AccountIntrospectParams.class - [JAR]

├─ com.tryfinch.api.models.Application.class - [JAR]

├─ com.tryfinch.api.models.AtsApplicationListPage.class - [JAR]

├─ com.tryfinch.api.models.AtsApplicationListPageAsync.class - [JAR]

├─ com.tryfinch.api.models.AtsApplicationListParams.class - [JAR]

├─ com.tryfinch.api.models.AtsApplicationRetrieveParams.class - [JAR]

├─ com.tryfinch.api.models.AtsCandidateListPage.class - [JAR]

├─ com.tryfinch.api.models.AtsCandidateListPageAsync.class - [JAR]

├─ com.tryfinch.api.models.AtsCandidateListParams.class - [JAR]

├─ com.tryfinch.api.models.AtsCandidateRetrieveParams.class - [JAR]

├─ com.tryfinch.api.models.AtsJobListPage.class - [JAR]

├─ com.tryfinch.api.models.AtsJobListPageAsync.class - [JAR]

├─ com.tryfinch.api.models.AtsJobListParams.class - [JAR]

├─ com.tryfinch.api.models.AtsJobRetrieveParams.class - [JAR]

├─ com.tryfinch.api.models.AtsOfferListPage.class - [JAR]

├─ com.tryfinch.api.models.AtsOfferListPageAsync.class - [JAR]

├─ com.tryfinch.api.models.AtsOfferListParams.class - [JAR]

├─ com.tryfinch.api.models.AtsOfferRetrieveParams.class - [JAR]

├─ com.tryfinch.api.models.AtsStageListPage.class - [JAR]

├─ com.tryfinch.api.models.AtsStageListPageAsync.class - [JAR]

├─ com.tryfinch.api.models.AtsStageListParams.class - [JAR]

├─ com.tryfinch.api.models.BenefitFrequency.class - [JAR]

├─ com.tryfinch.api.models.BenefitType.class - [JAR]

├─ com.tryfinch.api.models.BenfitContribution.class - [JAR]

├─ com.tryfinch.api.models.Candidate.class - [JAR]

├─ com.tryfinch.api.models.Company.class - [JAR]

├─ com.tryfinch.api.models.CompanyBenefit.class - [JAR]

├─ com.tryfinch.api.models.CreateCompanyBenefitsResponse.class - [JAR]

├─ com.tryfinch.api.models.DisconnectResponse.class - [JAR]

├─ com.tryfinch.api.models.EmploymentData.class - [JAR]

├─ com.tryfinch.api.models.EmploymentDataResponse.class - [JAR]

├─ com.tryfinch.api.models.EnrolledIndividual.class - [JAR]

├─ com.tryfinch.api.models.HrisBenefitCreateParams.class - [JAR]

├─ com.tryfinch.api.models.HrisBenefitIndividualEnrolledIdsParams.class - [JAR]

├─ com.tryfinch.api.models.HrisBenefitIndividualRetrieveManyBenefitsPage.class - [JAR]

├─ com.tryfinch.api.models.HrisBenefitIndividualRetrieveManyBenefitsPageAsync.class - [JAR]

├─ com.tryfinch.api.models.HrisBenefitIndividualRetrieveManyBenefitsParams.class - [JAR]

├─ com.tryfinch.api.models.HrisBenefitIndividualUnenrollPage.class - [JAR]

├─ com.tryfinch.api.models.HrisBenefitIndividualUnenrollPageAsync.class - [JAR]

├─ com.tryfinch.api.models.HrisBenefitIndividualUnenrollParams.class - [JAR]

├─ com.tryfinch.api.models.HrisBenefitListPage.class - [JAR]

├─ com.tryfinch.api.models.HrisBenefitListPageAsync.class - [JAR]

├─ com.tryfinch.api.models.HrisBenefitListParams.class - [JAR]

├─ com.tryfinch.api.models.HrisBenefitListSupportedBenefitsPage.class - [JAR]

├─ com.tryfinch.api.models.HrisBenefitListSupportedBenefitsPageAsync.class - [JAR]

├─ com.tryfinch.api.models.HrisBenefitListSupportedBenefitsParams.class - [JAR]

├─ com.tryfinch.api.models.HrisBenefitRetrieveParams.class - [JAR]

├─ com.tryfinch.api.models.HrisBenefitUpdateParams.class - [JAR]

├─ com.tryfinch.api.models.HrisCompanyRetrieveParams.class - [JAR]

├─ com.tryfinch.api.models.HrisDirectoryListIndividualsPage.class - [JAR]

├─ com.tryfinch.api.models.HrisDirectoryListIndividualsPageAsync.class - [JAR]

├─ com.tryfinch.api.models.HrisDirectoryListIndividualsParams.class - [JAR]

├─ com.tryfinch.api.models.HrisIndividualEmploymentDataRetrieveManyPage.class - [JAR]

├─ com.tryfinch.api.models.HrisIndividualEmploymentDataRetrieveManyPageAsync.class - [JAR]

├─ com.tryfinch.api.models.HrisIndividualEmploymentDataRetrieveManyParams.class - [JAR]

├─ com.tryfinch.api.models.HrisIndividualRetrieveManyPage.class - [JAR]

├─ com.tryfinch.api.models.HrisIndividualRetrieveManyPageAsync.class - [JAR]

├─ com.tryfinch.api.models.HrisIndividualRetrieveManyParams.class - [JAR]

├─ com.tryfinch.api.models.HrisPayStatementRetrieveManyPage.class - [JAR]

├─ com.tryfinch.api.models.HrisPayStatementRetrieveManyPageAsync.class - [JAR]

├─ com.tryfinch.api.models.HrisPayStatementRetrieveManyParams.class - [JAR]

├─ com.tryfinch.api.models.HrisPaymentListPage.class - [JAR]

├─ com.tryfinch.api.models.HrisPaymentListPageAsync.class - [JAR]

├─ com.tryfinch.api.models.HrisPaymentListParams.class - [JAR]

├─ com.tryfinch.api.models.Income.class - [JAR]

├─ com.tryfinch.api.models.Individual.class - [JAR]

├─ com.tryfinch.api.models.IndividualBenefit.class - [JAR]

├─ com.tryfinch.api.models.IndividualEnrolledIdsResponse.class - [JAR]

├─ com.tryfinch.api.models.IndividualInDirectory.class - [JAR]

├─ com.tryfinch.api.models.IndividualResponse.class - [JAR]

├─ com.tryfinch.api.models.Introspection.class - [JAR]

├─ com.tryfinch.api.models.Job.class - [JAR]

├─ com.tryfinch.api.models.Location.class - [JAR]

├─ com.tryfinch.api.models.Money.class - [JAR]

├─ com.tryfinch.api.models.Offer.class - [JAR]

├─ com.tryfinch.api.models.Paging.class - [JAR]

├─ com.tryfinch.api.models.PayStatement.class - [JAR]

├─ com.tryfinch.api.models.PayStatementResponse.class - [JAR]

├─ com.tryfinch.api.models.PayStatementResponseBody.class - [JAR]

├─ com.tryfinch.api.models.Payment.class - [JAR]

├─ com.tryfinch.api.models.Provider.class - [JAR]

├─ com.tryfinch.api.models.ProviderListPage.class - [JAR]

├─ com.tryfinch.api.models.ProviderListPageAsync.class - [JAR]

├─ com.tryfinch.api.models.ProviderListParams.class - [JAR]

├─ com.tryfinch.api.models.Stage.class - [JAR]

├─ com.tryfinch.api.models.SupportedBenefit.class - [JAR]

├─ com.tryfinch.api.models.UnenrolledIndividual.class - [JAR]

├─ com.tryfinch.api.models.UpdateCompanyBenefitResponse.class - [JAR]

com.tryfinch.api.services

├─ com.tryfinch.api.services.EmptyHandler.class - [JAR]

├─ com.tryfinch.api.services.Handlers.class - [JAR]

├─ com.tryfinch.api.services.HttpRequestBodies.class - [JAR]

├─ com.tryfinch.api.services.StringHandler.class - [JAR]

Advertisement