public enum Application.ApplicationState extends Enum<Application.ApplicationState> implements ProtocolMessageEnumEnum that represents the application status.
Protobuf enum google.cloud.talent.v4beta1.Application.ApplicationState
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| APPLICATION_STATE_UNSPECIFIED | Default value. |
| APPLICATION_STATE_UNSPECIFIED_VALUE | Default value. |
| CANDIDATE_WITHDREW | The current stage was terminated by a candidate decision. |
| CANDIDATE_WITHDREW_VALUE | 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. |
| CLOSED_VALUE | 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. |
| COMPLETED_VALUE | 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. |
| EMPLOYER_WITHDREW_VALUE | 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. |
| IN_PROGRESS_VALUE | The current stage is in progress or pending, for example, interviews in progress. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |