public enum EmploymentType extends Enum<EmploymentType> implements com.google.protobuf.ProtocolMessageEnum
An enum that represents the employment type of a job.Protobuf enum
google.cloud.talent.v4beta1.EmploymentType| Enum Constant and Description |
|---|
CONTRACT_TO_HIRE
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.
|
CONTRACTOR
The job is offered as a contracted, as opposed to a salaried employee,
position.
|
EMPLOYMENT_TYPE_UNSPECIFIED
The default value if the employment type isn't specified.
|
FLY_IN_FLY_OUT
The job involves employing people in remote areas and flying them
temporarily to the work site instead of relocating employees and their
families permanently.
|
FULL_TIME
The job requires working a number of hours that constitute full
time employment, typically 40 or more hours per week.
|
INTERN
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.
|
OTHER_EMPLOYMENT_TYPE
The job does not fit any of the other listed types.
|
PART_TIME
The job entails working fewer hours than a full time job,
typically less than 40 hours a week.
|
PER_DIEM
The job requires an employee to work on an as-needed basis with a
flexible schedule.
|
TEMPORARY
The job is offered as a temporary employment opportunity, usually
a short-term engagement.
|
UNRECOGNIZED |
VOLUNTEER
The is an opportunity for an individual to volunteer, where there's no
expectation of compensation for the provided services.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONTRACT_TO_HIRE_VALUE
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.
|
static int |
CONTRACTOR_VALUE
The job is offered as a contracted, as opposed to a salaried employee,
position.
|
static int |
EMPLOYMENT_TYPE_UNSPECIFIED_VALUE
The default value if the employment type isn't specified.
|
static int |
FLY_IN_FLY_OUT_VALUE
The job involves employing people in remote areas and flying them
temporarily to the work site instead of relocating employees and their
families permanently.
|
static int |
FULL_TIME_VALUE
The job requires working a number of hours that constitute full
time employment, typically 40 or more hours per week.
|
static int |
INTERN_VALUE
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.
|
static int |
OTHER_EMPLOYMENT_TYPE_VALUE
The job does not fit any of the other listed types.
|
static int |
PART_TIME_VALUE
The job entails working fewer hours than a full time job,
typically less than 40 hours a week.
|
static int |
PER_DIEM_VALUE
The job requires an employee to work on an as-needed basis with a
flexible schedule.
|
static int |
TEMPORARY_VALUE
The job is offered as a temporary employment opportunity, usually
a short-term engagement.
|
static int |
VOLUNTEER_VALUE
The is an opportunity for an individual to volunteer, where there's no
expectation of compensation for the provided services.
|
| Modifier and Type | Method and Description |
|---|---|
static EmploymentType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<EmploymentType> |
internalGetValueMap() |
static EmploymentType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EmploymentType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EmploymentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmploymentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmploymentType EMPLOYMENT_TYPE_UNSPECIFIED
The default value if the employment type isn't specified.
EMPLOYMENT_TYPE_UNSPECIFIED = 0;public static final EmploymentType FULL_TIME
The job requires working a number of hours that constitute full time employment, typically 40 or more hours per week.
FULL_TIME = 1;public static final EmploymentType PART_TIME
The job entails working fewer hours than a full time job, typically less than 40 hours a week.
PART_TIME = 2;public static final EmploymentType CONTRACTOR
The job is offered as a contracted, as opposed to a salaried employee, position.
CONTRACTOR = 3;public static final EmploymentType CONTRACT_TO_HIRE
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][google.cloud.talent.v4beta1.EmploymentType.CONTRACTOR] jobs.
CONTRACT_TO_HIRE = 4;public static final EmploymentType TEMPORARY
The job is offered as a temporary employment opportunity, usually a short-term engagement.
TEMPORARY = 5;public static final EmploymentType INTERN
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.
INTERN = 6;public static final EmploymentType VOLUNTEER
The is an opportunity for an individual to volunteer, where there's no expectation of compensation for the provided services.
VOLUNTEER = 7;public static final EmploymentType PER_DIEM
The job requires an employee to work on an as-needed basis with a flexible schedule.
PER_DIEM = 8;public static final EmploymentType FLY_IN_FLY_OUT
The job involves employing people in remote areas and flying them temporarily to the work site instead of relocating employees and their families permanently.
FLY_IN_FLY_OUT = 9;public static final EmploymentType OTHER_EMPLOYMENT_TYPE
The job does not fit any of the other listed types.
OTHER_EMPLOYMENT_TYPE = 10;public static final EmploymentType UNRECOGNIZED
public static final int EMPLOYMENT_TYPE_UNSPECIFIED_VALUE
The default value if the employment type isn't specified.
EMPLOYMENT_TYPE_UNSPECIFIED = 0;public static final int FULL_TIME_VALUE
The job requires working a number of hours that constitute full time employment, typically 40 or more hours per week.
FULL_TIME = 1;public static final int PART_TIME_VALUE
The job entails working fewer hours than a full time job, typically less than 40 hours a week.
PART_TIME = 2;public static final int CONTRACTOR_VALUE
The job is offered as a contracted, as opposed to a salaried employee, position.
CONTRACTOR = 3;public static final int CONTRACT_TO_HIRE_VALUE
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][google.cloud.talent.v4beta1.EmploymentType.CONTRACTOR] jobs.
CONTRACT_TO_HIRE = 4;public static final int TEMPORARY_VALUE
The job is offered as a temporary employment opportunity, usually a short-term engagement.
TEMPORARY = 5;public static final int INTERN_VALUE
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.
INTERN = 6;public static final int VOLUNTEER_VALUE
The is an opportunity for an individual to volunteer, where there's no expectation of compensation for the provided services.
VOLUNTEER = 7;public static final int PER_DIEM_VALUE
The job requires an employee to work on an as-needed basis with a flexible schedule.
PER_DIEM = 8;public static final int FLY_IN_FLY_OUT_VALUE
The job involves employing people in remote areas and flying them temporarily to the work site instead of relocating employees and their families permanently.
FLY_IN_FLY_OUT = 9;public static final int OTHER_EMPLOYMENT_TYPE_VALUE
The job does not fit any of the other listed types.
OTHER_EMPLOYMENT_TYPE = 10;public static EmploymentType[] values()
for (EmploymentType c : EmploymentType.values()) System.out.println(c);
public static EmploymentType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static EmploymentType valueOf(int value)
forNumber(int) instead.public static EmploymentType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<EmploymentType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static EmploymentType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019 Google LLC. All rights reserved.