Struct gusto_api::job_applicants_beta::JobApplicantsBeta[][src]

pub struct JobApplicantsBeta { /* fields omitted */ }

Implementations

Get all job applicants for a company.

This function performs a GET to the /v1/companies/{company_id}/job_applicants endpoint.

*This endpoint is in beta - we will be making breaking changes based on developer feedback.

Returns all job applicants for a company.

Get all job applicants for a company.

This function performs a GET to the /v1/companies/{company_id}/job_applicants endpoint.

As opposed to get_company_job_applicants, this function returns all the pages of the request at once.

*This endpoint is in beta - we will be making breaking changes based on developer feedback.

Returns all job applicants for a company.

Create a job applicant.

This function performs a POST to the /v1/companies/{company_id}/job_applicants endpoint.

*This endpoint is in beta - we will be making breaking changes based on developer feedback.

Create a job applicant.

Get a job applicant.

This function performs a GET to the /v1/companies/{company_id}/job_applicants/{job_applicant_uuid} endpoint.

*This endpoint is in beta - we will be making breaking changes based on developer feedback.

Returns a single job applicant.

Update a job applicant.

This function performs a PUT to the /v1/companies/{company_id}/job_applicants/{job_applicant_uuid} endpoint.

*This endpoint is in beta - we will be making breaking changes based on developer feedback.

Update an existing job applicant (only allowed when the job applicant has not been imported).

Delete a job applicant.

This function performs a DELETE to the /v1/companies/{company_id}/job_applicants/{job_applicant_uuid} endpoint.

*This endpoint is in beta - we will be making breaking changes based on developer feedback.

Permanently remove a job applicant by uuid (only allowed when the job applicant has not been imported).

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.