JobJobLevel

enum JobJobLevel : Enum<JobJobLevel> , ConvertibleToJava<JobJobLevel>

The experience level associated with the job, such as "Entry Level".

Entries

Link copied to clipboard

The default value if the level isn't specified.

Link copied to clipboard

Entry-level individual contributors, typically with less than 2 years of experience in a similar role. Includes interns.

Link copied to clipboard

Experienced individual contributors, typically with 2+ years of experience in a similar role.

Link copied to clipboard

Entry- to mid-level managers responsible for managing a team of people.

Link copied to clipboard

Senior-level managers responsible for managing teams of managers.

Link copied to clipboard

Executive-level managers and above, including C-level positions.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): JobJobLevel
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: JobJobLevel
Link copied to clipboard
Link copied to clipboard