public class ApplicationDetails extends Object
| Modifier and Type | Field and Description |
|---|---|
TxPrimitive<java.time.LocalDate> |
ApplicationDeadline
Deadline to apply for the job
|
String |
ApplicationDescription
Full text description of the application process
|
String |
ContactEmail
Displayable email of the organization.
|
String |
ContactPerson
Full name of the main contact person for the application
|
String |
ContactPhone
Normalized phone of the organization with international calling prefix.
|
TxPrimitive<java.time.LocalDate> |
PostedDate
Date the job was posted
|
String |
ReferenceNumber
Any reference number found for the job application
|
String |
Website
Validated and normalized displayable website of the organization.
|
| Constructor and Description |
|---|
ApplicationDetails() |
public String ApplicationDescription
public String ContactPerson
public String ContactPhone
public String ContactEmail
public String Website
public TxPrimitive<java.time.LocalDate> ApplicationDeadline
public TxPrimitive<java.time.LocalDate> PostedDate
public String ReferenceNumber
Copyright © 2024. All rights reserved.