You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When receiving a response, the Finch Java SDK will deserialize it into instances of the typed model classes. In rare cases, the API may return a response property that doesn't match the expected Java type. If you directly access the mistaken property, the SDK will throw an unchecked `FinchInvalidDataException` at runtime. If you would prefer to check in advance that that response is completely well-typed, call `.validate()` on the returned model.
Sometimes, the server response may include additional properties that are not yet available in this library's types. You can access them using the model's `_additionalProperties` method:
description.set("The Finch ATS (Applicant Tracking System) API provides a unified way to connect\nto a multitude of ATS providers. The API requires an access token issued by\nFinch.\n\nTo enable access to the ATS API, please reach out to your Finch representative.\n\nATS products are specified by the product parameter, a space-separated list of\nproducts that your application requests from an employer authenticating through\nFinch Connect. Valid product names are—\n\n- `candidates`: Read candidate data\n- `applications`: Read detailed application data for candidates\n- `jobs`: Read job posting data, as well as existing stages of the job pipeline\n- `offers`: Read details about offers managed through the ATS")
18
+
name.set("API Reference")
19
+
description.set("Finch's Employer API requires an access token issued by Finch.\n\nPlease see\n[here](https://developer.tryfinch.com/docs/reference/branches/open-api/docs/%20Finch%20API/1%20-%20Getting%20Started.md)\nfor an overview of the API\n\nEmployer products are specified by the product parameter, a space-separated list\nof products that your application requests from an employer authenticating\nthrough Finch Connect. Valid product names are—\n\n- `company`: Read basic company data\n\n- `directory`: Read company directory and organization structure\n\n- `individual`: Read individual data, excluding income and employment data\n\n- `employment`: Read individual employment and income data\n\n- `payment`: Read payroll and contractor related payments by the company\n\n- `pay_statement`: Read detailed pay statements for each individual\n\n- `benefits`: Create and manage benefits and benefit enrollment within a company\n\n- `deduction` (deprecated): Previously used to manage deductions within a\n company. Please use `benefits`.\n\n[](https://god.gw.postman.com/run-collection/21027137-08db0929-883d-4094-a9ce-dbf5a9bee4a4?action=collection%2Ffork&collection-url=entityId%3D21027137-08db0929-883d-4094-a9ce-dbf5a9bee4a4%26entityType%3Dcollection%26workspaceId%3D1edf19bc-e0a8-41e9-ac55-481a4b50790b)")
0 commit comments