Class HrisUpdateEmploymentRequestDto.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisUpdateEmploymentRequestDto.Builder
-
- Enclosing class:
- HrisUpdateEmploymentRequestDto
public static final class HrisUpdateEmploymentRequestDto.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description HrisUpdateEmploymentRequestDtobuild()HrisUpdateEmploymentRequestDto.BuildercontractType(HrisUpdateEmploymentRequestDtoContractType contractType)The employment work schedule typeHrisUpdateEmploymentRequestDto.BuildercontractType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoContractType> contractType)The employment work schedule typeHrisUpdateEmploymentRequestDto.BuildereffectiveDate(java.time.OffsetDateTime effectiveDate)The effective date of the employment contractHrisUpdateEmploymentRequestDto.BuildereffectiveDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> effectiveDate)The effective date of the employment contractHrisUpdateEmploymentRequestDto.BuilderemploymentContractType(HrisUpdateEmploymentRequestDtoEmploymentContractType employmentContractType)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.HrisUpdateEmploymentRequestDto.BuilderemploymentContractType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoEmploymentContractType> employmentContractType)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.HrisUpdateEmploymentRequestDto.BuilderemploymentType(HrisUpdateEmploymentRequestDtoEmploymentType employmentType)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.HrisUpdateEmploymentRequestDto.BuilderemploymentType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoEmploymentType> employmentType)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.HrisUpdateEmploymentRequestDto.BuilderendDate(java.time.OffsetDateTime endDate)The end date of employmentHrisUpdateEmploymentRequestDto.BuilderendDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endDate)The end date of employmentHrisUpdateEmploymentRequestDto.Buildergrade(HrisUpdateEmploymentRequestDtoGrade grade)Represents the employee’s position within the organizational hierarchy.HrisUpdateEmploymentRequestDto.Buildergrade(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoGrade> grade)Represents the employee’s position within the organizational hierarchy.HrisUpdateEmploymentRequestDto.BuilderjobTitle(java.lang.String jobTitle)The job title of the employeeHrisUpdateEmploymentRequestDto.BuilderjobTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobTitle)The job title of the employeeHrisUpdateEmploymentRequestDto.Builderpassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerHrisUpdateEmploymentRequestDto.Builderpassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the providerHrisUpdateEmploymentRequestDto.BuilderpayCurrency(java.lang.String payCurrency)The currency used for payHrisUpdateEmploymentRequestDto.BuilderpayCurrency(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payCurrency)The currency used for payHrisUpdateEmploymentRequestDto.BuilderpayFrequency(HrisUpdateEmploymentRequestDtoPayFrequency payFrequency)How often the employee is paidHrisUpdateEmploymentRequestDto.BuilderpayFrequency(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoPayFrequency> payFrequency)How often the employee is paidHrisUpdateEmploymentRequestDto.BuilderpayPeriod(HrisUpdateEmploymentRequestDtoPayPeriod payPeriod)The time period over which the pay rate is calculatedHrisUpdateEmploymentRequestDto.BuilderpayPeriod(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoPayPeriod> payPeriod)The time period over which the pay rate is calculatedHrisUpdateEmploymentRequestDto.BuilderpayRate(java.lang.String payRate)The amount of compensation for the employeeHrisUpdateEmploymentRequestDto.BuilderpayRate(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payRate)The amount of compensation for the employeeHrisUpdateEmploymentRequestDto.BuilderpayrollCode(java.lang.String payrollCode)The payroll code of the employeeHrisUpdateEmploymentRequestDto.BuilderpayrollCode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payrollCode)The payroll code of the employeeHrisUpdateEmploymentRequestDto.Buildertype(HrisUpdateEmploymentRequestDtoType type)The type of employmentHrisUpdateEmploymentRequestDto.Buildertype(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoType> type)The type of employmentHrisUpdateEmploymentRequestDto.BuilderunifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectHrisUpdateEmploymentRequestDto.BuilderunifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectHrisUpdateEmploymentRequestDto.BuilderworkTime(HrisUpdateEmploymentRequestDtoWorkTime workTime)HrisUpdateEmploymentRequestDto.BuilderworkTime(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoWorkTime> workTime)
-
-
-
Method Detail
-
unifiedCustomFields
public HrisUpdateEmploymentRequestDto.Builder unifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
unifiedCustomFields
public HrisUpdateEmploymentRequestDto.Builder unifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
jobTitle
public HrisUpdateEmploymentRequestDto.Builder jobTitle(java.lang.String jobTitle)
The job title of the employee
-
jobTitle
public HrisUpdateEmploymentRequestDto.Builder jobTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobTitle)
The job title of the employee
-
payRate
public HrisUpdateEmploymentRequestDto.Builder payRate(java.lang.String payRate)
The amount of compensation for the employee
-
payRate
public HrisUpdateEmploymentRequestDto.Builder payRate(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payRate)
The amount of compensation for the employee
-
payPeriod
public HrisUpdateEmploymentRequestDto.Builder payPeriod(HrisUpdateEmploymentRequestDtoPayPeriod payPeriod)
The time period over which the pay rate is calculated
-
payPeriod
public HrisUpdateEmploymentRequestDto.Builder payPeriod(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoPayPeriod> payPeriod)
The time period over which the pay rate is calculated
-
payFrequency
public HrisUpdateEmploymentRequestDto.Builder payFrequency(HrisUpdateEmploymentRequestDtoPayFrequency payFrequency)
How often the employee is paid
-
payFrequency
public HrisUpdateEmploymentRequestDto.Builder payFrequency(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoPayFrequency> payFrequency)
How often the employee is paid
-
payCurrency
public HrisUpdateEmploymentRequestDto.Builder payCurrency(java.lang.String payCurrency)
The currency used for pay
-
payCurrency
public HrisUpdateEmploymentRequestDto.Builder payCurrency(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payCurrency)
The currency used for pay
-
effectiveDate
public HrisUpdateEmploymentRequestDto.Builder effectiveDate(java.time.OffsetDateTime effectiveDate)
The effective date of the employment contract
-
effectiveDate
public HrisUpdateEmploymentRequestDto.Builder effectiveDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> effectiveDate)
The effective date of the employment contract
-
endDate
public HrisUpdateEmploymentRequestDto.Builder endDate(java.time.OffsetDateTime endDate)
The end date of employment
-
endDate
public HrisUpdateEmploymentRequestDto.Builder endDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endDate)
The end date of employment
-
grade
public HrisUpdateEmploymentRequestDto.Builder grade(HrisUpdateEmploymentRequestDtoGrade grade)
Represents the employee’s position within the organizational hierarchy.
-
grade
public HrisUpdateEmploymentRequestDto.Builder grade(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoGrade> grade)
Represents the employee’s position within the organizational hierarchy.
-
employmentType
@Deprecated public HrisUpdateEmploymentRequestDto.Builder employmentType(HrisUpdateEmploymentRequestDtoEmploymentType employmentType)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The type of employment (e.g., contractor, permanent)
-
employmentType
@Deprecated public HrisUpdateEmploymentRequestDto.Builder employmentType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoEmploymentType> employmentType)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The type of employment (e.g., contractor, permanent)
-
employmentContractType
@Deprecated public HrisUpdateEmploymentRequestDto.Builder employmentContractType(HrisUpdateEmploymentRequestDtoEmploymentContractType employmentContractType)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The employment work schedule type (e.g., full-time, part-time)
-
employmentContractType
@Deprecated public HrisUpdateEmploymentRequestDto.Builder employmentContractType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoEmploymentContractType> employmentContractType)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The employment work schedule type (e.g., full-time, part-time)
-
type
public HrisUpdateEmploymentRequestDto.Builder type(HrisUpdateEmploymentRequestDtoType type)
The type of employment
-
type
public HrisUpdateEmploymentRequestDto.Builder type(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoType> type)
The type of employment
-
contractType
public HrisUpdateEmploymentRequestDto.Builder contractType(HrisUpdateEmploymentRequestDtoContractType contractType)
The employment work schedule type
-
contractType
public HrisUpdateEmploymentRequestDto.Builder contractType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoContractType> contractType)
The employment work schedule type
-
workTime
public HrisUpdateEmploymentRequestDto.Builder workTime(HrisUpdateEmploymentRequestDtoWorkTime workTime)
-
workTime
public HrisUpdateEmploymentRequestDto.Builder workTime(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoWorkTime> workTime)
-
payrollCode
public HrisUpdateEmploymentRequestDto.Builder payrollCode(java.lang.String payrollCode)
The payroll code of the employee
-
payrollCode
public HrisUpdateEmploymentRequestDto.Builder payrollCode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payrollCode)
The payroll code of the employee
-
passthrough
public HrisUpdateEmploymentRequestDto.Builder passthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)
Value to pass through to the provider
-
passthrough
public HrisUpdateEmploymentRequestDto.Builder passthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
Value to pass through to the provider
-
build
public HrisUpdateEmploymentRequestDto build()
-
-