| Package | Description |
|---|---|
| ai.fideo.model |
| Modifier and Type | Method and Description |
|---|---|
EmploymentDate |
EmploymentDate.day(Integer day) |
static EmploymentDate |
EmploymentDate.fromJson(String jsonString)
Create an instance of EmploymentDate given an JSON string
|
EmploymentDate |
Employment.getEnd()
Get end
|
EmploymentDate |
Employment.getStart()
Get start
|
EmploymentDate |
EmploymentDate.month(Integer month) |
EmploymentDate |
EmploymentDate.year(Integer year) |
| Modifier and Type | Method and Description |
|---|---|
Employment |
Employment.end(EmploymentDate end) |
void |
Employment.setEnd(EmploymentDate end) |
void |
Employment.setStart(EmploymentDate start) |
Employment |
Employment.start(EmploymentDate start) |
Copyright © 2024. All rights reserved.