public static enum Application.ApplicationStage extends Enum<Application.ApplicationStage> implements com.google.protobuf.ProtocolMessageEnum
The stage of the application.Protobuf enum
google.cloud.talent.v4beta1.Application.ApplicationStage| Enum Constant and Description |
|---|
APPLICATION_STAGE_UNSPECIFIED
Default value.
|
HIRING_MANAGER_REVIEW
Candidate is being / was sent to the customer / hiring manager for
detailed review.
|
INTERVIEW
Candidate was approved by the client / hiring manager and is being / was
interviewed for the role.
|
NEW
Candidate has applied or a recruiter put candidate into consideration but
candidate is not yet screened / no decision has been made to move or not
move the candidate to the next stage.
|
OFFER_ACCEPTED
Candidate has accepted their offer of employment.
|
OFFER_EXTENDED
Candidate will be / has been given an offer of employment.
|
SCREEN
A recruiter decided to screen the candidate for this role.
|
STARTED
Candidate has begun (or completed) their employment or assignment with
the employer.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
APPLICATION_STAGE_UNSPECIFIED_VALUE
Default value.
|
static int |
HIRING_MANAGER_REVIEW_VALUE
Candidate is being / was sent to the customer / hiring manager for
detailed review.
|
static int |
INTERVIEW_VALUE
Candidate was approved by the client / hiring manager and is being / was
interviewed for the role.
|
static int |
NEW_VALUE
Candidate has applied or a recruiter put candidate into consideration but
candidate is not yet screened / no decision has been made to move or not
move the candidate to the next stage.
|
static int |
OFFER_ACCEPTED_VALUE
Candidate has accepted their offer of employment.
|
static int |
OFFER_EXTENDED_VALUE
Candidate will be / has been given an offer of employment.
|
static int |
SCREEN_VALUE
A recruiter decided to screen the candidate for this role.
|
static int |
STARTED_VALUE
Candidate has begun (or completed) their employment or assignment with
the employer.
|
| Modifier and Type | Method and Description |
|---|---|
static Application.ApplicationStage |
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<Application.ApplicationStage> |
internalGetValueMap() |
static Application.ApplicationStage |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Application.ApplicationStage |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Application.ApplicationStage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Application.ApplicationStage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Application.ApplicationStage APPLICATION_STAGE_UNSPECIFIED
Default value.
APPLICATION_STAGE_UNSPECIFIED = 0;public static final Application.ApplicationStage NEW
Candidate has applied or a recruiter put candidate into consideration but candidate is not yet screened / no decision has been made to move or not move the candidate to the next stage.
NEW = 1;public static final Application.ApplicationStage SCREEN
A recruiter decided to screen the candidate for this role.
SCREEN = 2;public static final Application.ApplicationStage HIRING_MANAGER_REVIEW
Candidate is being / was sent to the customer / hiring manager for detailed review.
HIRING_MANAGER_REVIEW = 3;public static final Application.ApplicationStage INTERVIEW
Candidate was approved by the client / hiring manager and is being / was interviewed for the role.
INTERVIEW = 4;public static final Application.ApplicationStage OFFER_EXTENDED
Candidate will be / has been given an offer of employment.
OFFER_EXTENDED = 5;public static final Application.ApplicationStage OFFER_ACCEPTED
Candidate has accepted their offer of employment.
OFFER_ACCEPTED = 6;public static final Application.ApplicationStage STARTED
Candidate has begun (or completed) their employment or assignment with the employer.
STARTED = 7;public static final Application.ApplicationStage UNRECOGNIZED
public static final int APPLICATION_STAGE_UNSPECIFIED_VALUE
Default value.
APPLICATION_STAGE_UNSPECIFIED = 0;public static final int NEW_VALUE
Candidate has applied or a recruiter put candidate into consideration but candidate is not yet screened / no decision has been made to move or not move the candidate to the next stage.
NEW = 1;public static final int SCREEN_VALUE
A recruiter decided to screen the candidate for this role.
SCREEN = 2;public static final int HIRING_MANAGER_REVIEW_VALUE
Candidate is being / was sent to the customer / hiring manager for detailed review.
HIRING_MANAGER_REVIEW = 3;public static final int INTERVIEW_VALUE
Candidate was approved by the client / hiring manager and is being / was interviewed for the role.
INTERVIEW = 4;public static final int OFFER_EXTENDED_VALUE
Candidate will be / has been given an offer of employment.
OFFER_EXTENDED = 5;public static final int OFFER_ACCEPTED_VALUE
Candidate has accepted their offer of employment.
OFFER_ACCEPTED = 6;public static final int STARTED_VALUE
Candidate has begun (or completed) their employment or assignment with the employer.
STARTED = 7;public static Application.ApplicationStage[] values()
for (Application.ApplicationStage c : Application.ApplicationStage.values()) System.out.println(c);
public static Application.ApplicationStage 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 Application.ApplicationStage valueOf(int value)
forNumber(int) instead.public static Application.ApplicationStage forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Application.ApplicationStage> 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 Application.ApplicationStage valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019 Google LLC. All rights reserved.