Enum Application.ApplicationState (2.2.9)

public enum Application.ApplicationState extends Enum<Application.ApplicationState> implements ProtocolMessageEnum

Enum that represents the application status.

Protobuf enum google.cloud.talent.v4beta1.Application.ApplicationState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
APPLICATION_STATE_UNSPECIFIED

Default value.

APPLICATION_STATE_UNSPECIFIED = 0;

APPLICATION_STATE_UNSPECIFIED_VALUE

Default value.

APPLICATION_STATE_UNSPECIFIED = 0;

CANDIDATE_WITHDREW

The current stage was terminated by a candidate decision.

CANDIDATE_WITHDREW = 2;

CANDIDATE_WITHDREW_VALUE

The current stage was terminated by a candidate decision.

CANDIDATE_WITHDREW = 2;

CLOSED

The current stage was closed without an exception, or terminated for reasons unrealated to the candidate.

CLOSED = 5;

CLOSED_VALUE

The current stage was closed without an exception, or terminated for reasons unrealated to the candidate.

CLOSED = 5;

COMPLETED

The current stage is successfully completed, but the next stage (if applicable) has not begun.

COMPLETED = 4;

COMPLETED_VALUE

The current stage is successfully completed, but the next stage (if applicable) has not begun.

COMPLETED = 4;

EMPLOYER_WITHDREW

The current stage was terminated by an employer or agency decision.

EMPLOYER_WITHDREW = 3;

EMPLOYER_WITHDREW_VALUE

The current stage was terminated by an employer or agency decision.

EMPLOYER_WITHDREW = 3;

IN_PROGRESS

The current stage is in progress or pending, for example, interviews in progress.

IN_PROGRESS = 1;

IN_PROGRESS_VALUE

The current stage is in progress or pending, for example, interviews in progress.

IN_PROGRESS = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()