Skip to content

Commit 287f616

Browse files
author
sangeet-joy_xero
committed
generated from codegen
1 parent c3c2839 commit 287f616

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/main/java/com/xero/models/payrolluk/Employment.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ public Employment payrollCalendarID(UUID payrollCalendarID) {
5454
*
5555
* @return payrollCalendarID
5656
*/
57-
@ApiModelProperty(
58-
required = true,
59-
value = "Xero unique identifier for the payroll calendar of the employee")
57+
@ApiModelProperty(value = "Xero unique identifier for the payroll calendar of the employee")
6058
/**
6159
* Xero unique identifier for the payroll calendar of the employee
6260
*
@@ -91,7 +89,7 @@ public Employment startDate(LocalDate startDate) {
9189
*
9290
* @return startDate
9391
*/
94-
@ApiModelProperty(required = true, value = "Start date of the employment (YYYY-MM-DD)")
92+
@ApiModelProperty(value = "Start date of the employment (YYYY-MM-DD)")
9593
/**
9694
* Start date of the employment (YYYY-MM-DD)
9795
*
@@ -126,7 +124,7 @@ public Employment employeeNumber(String employeeNumber) {
126124
*
127125
* @return employeeNumber
128126
*/
129-
@ApiModelProperty(example = "7", required = true, value = "The employment number of the employee")
127+
@ApiModelProperty(example = "7", value = "The employment number of the employee")
130128
/**
131129
* The employment number of the employee
132130
*

0 commit comments

Comments
 (0)