public static enum Application.ApplicationState extends Enum<Application.ApplicationState> implements com.google.protobuf.ProtocolMessageEnum
Enum that represents the application status.Protobuf enum
google.cloud.talent.v4beta1.Application.ApplicationState| Enum Constant and Description |
|---|
APPLICATION_STATE_UNSPECIFIED
Default value.
|
CANDIDATE_WITHDREW
The current stage was terminated by a candidate decision.
|
CLOSED
The current stage was closed without an exception, or terminated for
reasons unrealated to the candidate.
|
COMPLETED
The current stage is successfully completed, but the next stage (if
applicable) has not begun.
|
EMPLOYER_WITHDREW
The current stage was terminated by an employer or agency decision.
|
IN_PROGRESS
The current stage is in progress or pending, for example, interviews in
progress.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
APPLICATION_STATE_UNSPECIFIED_VALUE
Default value.
|
static int |
CANDIDATE_WITHDREW_VALUE
The current stage was terminated by a candidate decision.
|
static int |
CLOSED_VALUE
The current stage was closed without an exception, or terminated for
reasons unrealated to the candidate.
|
static int |
COMPLETED_VALUE
The current stage is successfully completed, but the next stage (if
applicable) has not begun.
|
static int |
EMPLOYER_WITHDREW_VALUE
The current stage was terminated by an employer or agency decision.
|
static int |
IN_PROGRESS_VALUE
The current stage is in progress or pending, for example, interviews in
progress.
|
| Modifier and Type | Method and Description |
|---|---|
static Application.ApplicationState |
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.ApplicationState> |
internalGetValueMap() |
static Application.ApplicationState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Application.ApplicationState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Application.ApplicationState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Application.ApplicationState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Application.ApplicationState APPLICATION_STATE_UNSPECIFIED
Default value.
APPLICATION_STATE_UNSPECIFIED = 0;public static final Application.ApplicationState IN_PROGRESS
The current stage is in progress or pending, for example, interviews in progress.
IN_PROGRESS = 1;public static final Application.ApplicationState CANDIDATE_WITHDREW
The current stage was terminated by a candidate decision.
CANDIDATE_WITHDREW = 2;public static final Application.ApplicationState EMPLOYER_WITHDREW
The current stage was terminated by an employer or agency decision.
EMPLOYER_WITHDREW = 3;public static final Application.ApplicationState COMPLETED
The current stage is successfully completed, but the next stage (if applicable) has not begun.
COMPLETED = 4;public static final Application.ApplicationState CLOSED
The current stage was closed without an exception, or terminated for reasons unrealated to the candidate.
CLOSED = 5;public static final Application.ApplicationState UNRECOGNIZED
public static final int APPLICATION_STATE_UNSPECIFIED_VALUE
Default value.
APPLICATION_STATE_UNSPECIFIED = 0;public static final int IN_PROGRESS_VALUE
The current stage is in progress or pending, for example, interviews in progress.
IN_PROGRESS = 1;public static final int CANDIDATE_WITHDREW_VALUE
The current stage was terminated by a candidate decision.
CANDIDATE_WITHDREW = 2;public static final int EMPLOYER_WITHDREW_VALUE
The current stage was terminated by an employer or agency decision.
EMPLOYER_WITHDREW = 3;public static final int COMPLETED_VALUE
The current stage is successfully completed, but the next stage (if applicable) has not begun.
COMPLETED = 4;public static final int CLOSED_VALUE
The current stage was closed without an exception, or terminated for reasons unrealated to the candidate.
CLOSED = 5;public static Application.ApplicationState[] values()
for (Application.ApplicationState c : Application.ApplicationState.values()) System.out.println(c);
public static Application.ApplicationState 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.ApplicationState valueOf(int value)
forNumber(int) instead.public static Application.ApplicationState forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Application.ApplicationState> 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.ApplicationState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019 Google LLC. All rights reserved.