JobEmploymentTypesItem

enum JobEmploymentTypesItem : Enum<JobEmploymentTypesItem> , ConvertibleToJava<JobEmploymentTypesItem>

Entries

Link copied to clipboard

The default value if the employment type isn't specified.

Link copied to clipboard

The job requires working a number of hours that constitute full time employment, typically 40 or more hours per week.

Link copied to clipboard

The job entails working fewer hours than a full time job, typically less than 40 hours a week.

Link copied to clipboard

The job is offered as a contracted, as opposed to a salaried employee, position.

Link copied to clipboard

The job is offered as a contracted position with the understanding that it's converted into a full-time position at the end of the contract. Jobs of this type are also returned by a search for EmploymentType.CONTRACTOR jobs.

Link copied to clipboard

The job is offered as a temporary employment opportunity, usually a short-term engagement.

Link copied to clipboard

The job is a fixed-term opportunity for students or entry-level job seekers to obtain on-the-job training, typically offered as a summer position.

Link copied to clipboard

The is an opportunity for an individual to volunteer, where there's no expectation of compensation for the provided services.

Link copied to clipboard

The job requires an employee to work on an as-needed basis with a flexible schedule.

Link copied to clipboard

The job involves employing people in remote areas and flying them temporarily to the work site instead of relocating employees and their families permanently.

Link copied to clipboard

The job does not fit any of the other listed types.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): JobEmploymentTypesItem
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: JobEmploymentTypesItem
Link copied to clipboard
Link copied to clipboard