Class Employment
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Employment
-
public class Employment extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmployment.Builder
-
Constructor Summary
Constructors Constructor Description Employment()Employment(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobTitle, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payRate, org.openapitools.jackson.nullable.JsonNullable<? extends PayPeriod> payPeriod, org.openapitools.jackson.nullable.JsonNullable<? extends PayFrequency> payFrequency, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payCurrency, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> effectiveDate, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endDate, org.openapitools.jackson.nullable.JsonNullable<? extends Grade> grade, org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentEmploymentType> employmentType, org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentEmploymentContractType> employmentContractType, org.openapitools.jackson.nullable.JsonNullable<? extends WorkTime> workTime, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payrollCode, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employeeId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteEmployeeId, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fte, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate, org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> active, org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentDepartment> department, org.openapitools.jackson.nullable.JsonNullable<? extends CostCenter> costCenter, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<HRISCostCenter>> costCenters, org.openapitools.jackson.nullable.JsonNullable<? extends Division> division, org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentJob> job, org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentType1> type, org.openapitools.jackson.nullable.JsonNullable<? extends ContractType> contractType, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<EmploymentManagerApiModel>> manager)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean>active()The employment active statusstatic Employment.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<ContractType>contractType()The employment work schedule typeorg.openapitools.jackson.nullable.JsonNullable<CostCenter>costCenter()Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.org.openapitools.jackson.nullable.JsonNullable<java.util.List<HRISCostCenter>>costCenters()The employee cost_centersorg.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>createdAt()The created_at dateorg.openapitools.jackson.nullable.JsonNullable<EmploymentDepartment>department()The employee departmentorg.openapitools.jackson.nullable.JsonNullable<Division>division()The employee divisionorg.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>effectiveDate()The effective date of the employment contractorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>employeeId()The employee ID associated with this employmentorg.openapitools.jackson.nullable.JsonNullable<EmploymentEmploymentContractType>employmentContractType()Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.org.openapitools.jackson.nullable.JsonNullable<EmploymentEmploymentType>employmentType()Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>endDate()The end date of employmentbooleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<java.lang.Double>fte()the employee's working percentage relative to a full-time employeeorg.openapitools.jackson.nullable.JsonNullable<Grade>grade()Represents the employee’s position within the organizational hierarchy.inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<EmploymentJob>job()The job of employeeorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>jobTitle()The job title of the employeeorg.openapitools.jackson.nullable.JsonNullable<java.util.List<EmploymentManagerApiModel>>manager()The employee managerorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>payCurrency()The currency used for payorg.openapitools.jackson.nullable.JsonNullable<PayFrequency>payFrequency()The pay frequencyorg.openapitools.jackson.nullable.JsonNullable<PayPeriod>payPeriod()The pay periodorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>payRate()The pay rate for the employeeorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>payrollCode()The payroll code of the employeeorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteEmployeeId()Provider's unique identifier of the employee associated with this employmentorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>startDate()Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<EmploymentType1>type()The type of employmentorg.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>unifiedCustomFields()Custom Unified Fields configured in your StackOne projectorg.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>updatedAt()The updated_at dateEmploymentwithActive(boolean active)The employment active statusEmploymentwithActive(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> active)The employment active statusEmploymentwithContractType(ContractType contractType)The employment work schedule typeEmploymentwithContractType(org.openapitools.jackson.nullable.JsonNullable<? extends ContractType> contractType)The employment work schedule typeEmploymentwithCostCenter(CostCenter costCenter)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.EmploymentwithCostCenter(org.openapitools.jackson.nullable.JsonNullable<? extends CostCenter> costCenter)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.EmploymentwithCostCenters(java.util.List<HRISCostCenter> costCenters)The employee cost_centersEmploymentwithCostCenters(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<HRISCostCenter>> costCenters)The employee cost_centersEmploymentwithCreatedAt(java.time.OffsetDateTime createdAt)The created_at dateEmploymentwithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The created_at dateEmploymentwithDepartment(EmploymentDepartment department)The employee departmentEmploymentwithDepartment(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentDepartment> department)The employee departmentEmploymentwithDivision(Division division)The employee divisionEmploymentwithDivision(org.openapitools.jackson.nullable.JsonNullable<? extends Division> division)The employee divisionEmploymentwithEffectiveDate(java.time.OffsetDateTime effectiveDate)The effective date of the employment contractEmploymentwithEffectiveDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> effectiveDate)The effective date of the employment contractEmploymentwithEmployeeId(java.lang.String employeeId)The employee ID associated with this employmentEmploymentwithEmployeeId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employeeId)The employee ID associated with this employmentEmploymentwithEmploymentContractType(EmploymentEmploymentContractType employmentContractType)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.EmploymentwithEmploymentContractType(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentEmploymentContractType> employmentContractType)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.EmploymentwithEmploymentType(EmploymentEmploymentType employmentType)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.EmploymentwithEmploymentType(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentEmploymentType> employmentType)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.EmploymentwithEndDate(java.time.OffsetDateTime endDate)The end date of employmentEmploymentwithEndDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endDate)The end date of employmentEmploymentwithFte(double fte)the employee's working percentage relative to a full-time employeeEmploymentwithFte(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fte)the employee's working percentage relative to a full-time employeeEmploymentwithGrade(Grade grade)Represents the employee’s position within the organizational hierarchy.EmploymentwithGrade(org.openapitools.jackson.nullable.JsonNullable<? extends Grade> grade)Represents the employee’s position within the organizational hierarchy.EmploymentwithId(java.lang.String id)Unique identifierEmploymentwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierEmploymentwithJob(EmploymentJob job)The job of employeeEmploymentwithJob(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentJob> job)The job of employeeEmploymentwithJobTitle(java.lang.String jobTitle)The job title of the employeeEmploymentwithJobTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobTitle)The job title of the employeeEmploymentwithManager(java.util.List<EmploymentManagerApiModel> manager)The employee managerEmploymentwithManager(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<EmploymentManagerApiModel>> manager)The employee managerEmploymentwithPayCurrency(java.lang.String payCurrency)The currency used for payEmploymentwithPayCurrency(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payCurrency)The currency used for payEmploymentwithPayFrequency(PayFrequency payFrequency)The pay frequencyEmploymentwithPayFrequency(org.openapitools.jackson.nullable.JsonNullable<? extends PayFrequency> payFrequency)The pay frequencyEmploymentwithPayPeriod(PayPeriod payPeriod)The pay periodEmploymentwithPayPeriod(org.openapitools.jackson.nullable.JsonNullable<? extends PayPeriod> payPeriod)The pay periodEmploymentwithPayRate(java.lang.String payRate)The pay rate for the employeeEmploymentwithPayRate(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payRate)The pay rate for the employeeEmploymentwithPayrollCode(java.lang.String payrollCode)The payroll code of the employeeEmploymentwithPayrollCode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payrollCode)The payroll code of the employeeEmploymentwithRemoteEmployeeId(java.lang.String remoteEmployeeId)Provider's unique identifier of the employee associated with this employmentEmploymentwithRemoteEmployeeId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteEmployeeId)Provider's unique identifier of the employee associated with this employmentEmploymentwithRemoteId(java.lang.String remoteId)Provider's unique identifierEmploymentwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierEmploymentwithStartDate(java.time.OffsetDateTime startDate)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.EmploymentwithStartDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.EmploymentwithType(EmploymentType1 type)The type of employmentEmploymentwithType(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentType1> type)The type of employmentEmploymentwithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectEmploymentwithUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectEmploymentwithUpdatedAt(java.time.OffsetDateTime updatedAt)The updated_at dateEmploymentwithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The updated_at dateEmploymentwithWorkTime(WorkTime workTime)EmploymentwithWorkTime(org.openapitools.jackson.nullable.JsonNullable<? extends WorkTime> workTime)org.openapitools.jackson.nullable.JsonNullable<WorkTime>workTime()
-
-
-
Constructor Detail
-
Employment
public Employment(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobTitle, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payRate, org.openapitools.jackson.nullable.JsonNullable<? extends PayPeriod> payPeriod, org.openapitools.jackson.nullable.JsonNullable<? extends PayFrequency> payFrequency, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payCurrency, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> effectiveDate, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endDate, org.openapitools.jackson.nullable.JsonNullable<? extends Grade> grade, org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentEmploymentType> employmentType, org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentEmploymentContractType> employmentContractType, org.openapitools.jackson.nullable.JsonNullable<? extends WorkTime> workTime, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payrollCode, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employeeId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteEmployeeId, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fte, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate, org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> active, org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentDepartment> department, org.openapitools.jackson.nullable.JsonNullable<? extends CostCenter> costCenter, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<HRISCostCenter>> costCenters, org.openapitools.jackson.nullable.JsonNullable<? extends Division> division, org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentJob> job, org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentType1> type, org.openapitools.jackson.nullable.JsonNullable<? extends ContractType> contractType, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<EmploymentManagerApiModel>> manager)
-
Employment
public Employment()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
unifiedCustomFields
public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields()
Custom Unified Fields configured in your StackOne project
-
jobTitle
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobTitle()
The job title of the employee
-
payRate
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payRate()
The pay rate for the employee
-
payPeriod
public org.openapitools.jackson.nullable.JsonNullable<PayPeriod> payPeriod()
The pay period
-
payFrequency
public org.openapitools.jackson.nullable.JsonNullable<PayFrequency> payFrequency()
The pay frequency
-
payCurrency
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payCurrency()
The currency used for pay
-
effectiveDate
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> effectiveDate()
The effective date of the employment contract
-
endDate
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endDate()
The end date of employment
-
grade
public org.openapitools.jackson.nullable.JsonNullable<Grade> grade()
Represents the employee’s position within the organizational hierarchy.
-
employmentType
@Deprecated public org.openapitools.jackson.nullable.JsonNullable<EmploymentEmploymentType> 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 org.openapitools.jackson.nullable.JsonNullable<EmploymentEmploymentContractType> 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)
-
workTime
public org.openapitools.jackson.nullable.JsonNullable<WorkTime> workTime()
-
payrollCode
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payrollCode()
The payroll code of the employee
-
employeeId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employeeId()
The employee ID associated with this employment
-
remoteEmployeeId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteEmployeeId()
Provider's unique identifier of the employee associated with this employment
-
fte
public org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fte()
the employee's working percentage relative to a full-time employee
-
createdAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
The created_at date
-
updatedAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
The updated_at date
-
startDate
@Deprecated public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate()
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The start_date of employment
-
active
public org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> active()
The employment active status
-
department
public org.openapitools.jackson.nullable.JsonNullable<EmploymentDepartment> department()
The employee department
-
costCenter
@Deprecated public org.openapitools.jackson.nullable.JsonNullable<CostCenter> costCenter()
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The employee cost_center
-
costCenters
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<HRISCostCenter>> costCenters()
The employee cost_centers
-
division
public org.openapitools.jackson.nullable.JsonNullable<Division> division()
The employee division
-
job
public org.openapitools.jackson.nullable.JsonNullable<EmploymentJob> job()
The job of employee
-
type
public org.openapitools.jackson.nullable.JsonNullable<EmploymentType1> type()
The type of employment
-
contractType
public org.openapitools.jackson.nullable.JsonNullable<ContractType> contractType()
The employment work schedule type
-
manager
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<EmploymentManagerApiModel>> manager()
The employee manager
-
builder
public static Employment.Builder builder()
-
withId
public Employment withId(java.lang.String id)
Unique identifier
-
withId
public Employment withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public Employment withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public Employment withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withUnifiedCustomFields
public Employment withUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withUnifiedCustomFields
public Employment withUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withJobTitle
public Employment withJobTitle(java.lang.String jobTitle)
The job title of the employee
-
withJobTitle
public Employment withJobTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobTitle)
The job title of the employee
-
withPayRate
public Employment withPayRate(java.lang.String payRate)
The pay rate for the employee
-
withPayRate
public Employment withPayRate(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payRate)
The pay rate for the employee
-
withPayPeriod
public Employment withPayPeriod(PayPeriod payPeriod)
The pay period
-
withPayPeriod
public Employment withPayPeriod(org.openapitools.jackson.nullable.JsonNullable<? extends PayPeriod> payPeriod)
The pay period
-
withPayFrequency
public Employment withPayFrequency(PayFrequency payFrequency)
The pay frequency
-
withPayFrequency
public Employment withPayFrequency(org.openapitools.jackson.nullable.JsonNullable<? extends PayFrequency> payFrequency)
The pay frequency
-
withPayCurrency
public Employment withPayCurrency(java.lang.String payCurrency)
The currency used for pay
-
withPayCurrency
public Employment withPayCurrency(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payCurrency)
The currency used for pay
-
withEffectiveDate
public Employment withEffectiveDate(java.time.OffsetDateTime effectiveDate)
The effective date of the employment contract
-
withEffectiveDate
public Employment withEffectiveDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> effectiveDate)
The effective date of the employment contract
-
withEndDate
public Employment withEndDate(java.time.OffsetDateTime endDate)
The end date of employment
-
withEndDate
public Employment withEndDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endDate)
The end date of employment
-
withGrade
public Employment withGrade(Grade grade)
Represents the employee’s position within the organizational hierarchy.
-
withGrade
public Employment withGrade(org.openapitools.jackson.nullable.JsonNullable<? extends Grade> grade)
Represents the employee’s position within the organizational hierarchy.
-
withEmploymentType
@Deprecated public Employment withEmploymentType(EmploymentEmploymentType 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)
-
withEmploymentType
@Deprecated public Employment withEmploymentType(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentEmploymentType> 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)
-
withEmploymentContractType
@Deprecated public Employment withEmploymentContractType(EmploymentEmploymentContractType 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)
-
withEmploymentContractType
@Deprecated public Employment withEmploymentContractType(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentEmploymentContractType> 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)
-
withWorkTime
public Employment withWorkTime(WorkTime workTime)
-
withWorkTime
public Employment withWorkTime(org.openapitools.jackson.nullable.JsonNullable<? extends WorkTime> workTime)
-
withPayrollCode
public Employment withPayrollCode(java.lang.String payrollCode)
The payroll code of the employee
-
withPayrollCode
public Employment withPayrollCode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payrollCode)
The payroll code of the employee
-
withEmployeeId
public Employment withEmployeeId(java.lang.String employeeId)
The employee ID associated with this employment
-
withEmployeeId
public Employment withEmployeeId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employeeId)
The employee ID associated with this employment
-
withRemoteEmployeeId
public Employment withRemoteEmployeeId(java.lang.String remoteEmployeeId)
Provider's unique identifier of the employee associated with this employment
-
withRemoteEmployeeId
public Employment withRemoteEmployeeId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteEmployeeId)
Provider's unique identifier of the employee associated with this employment
-
withFte
public Employment withFte(double fte)
the employee's working percentage relative to a full-time employee
-
withFte
public Employment withFte(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fte)
the employee's working percentage relative to a full-time employee
-
withCreatedAt
public Employment withCreatedAt(java.time.OffsetDateTime createdAt)
The created_at date
-
withCreatedAt
public Employment withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The created_at date
-
withUpdatedAt
public Employment withUpdatedAt(java.time.OffsetDateTime updatedAt)
The updated_at date
-
withUpdatedAt
public Employment withUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
The updated_at date
-
withStartDate
@Deprecated public Employment withStartDate(java.time.OffsetDateTime startDate)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The start_date of employment
-
withStartDate
@Deprecated public Employment withStartDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The start_date of employment
-
withActive
public Employment withActive(boolean active)
The employment active status
-
withActive
public Employment withActive(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> active)
The employment active status
-
withDepartment
public Employment withDepartment(EmploymentDepartment department)
The employee department
-
withDepartment
public Employment withDepartment(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentDepartment> department)
The employee department
-
withCostCenter
@Deprecated public Employment withCostCenter(CostCenter costCenter)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The employee cost_center
-
withCostCenter
@Deprecated public Employment withCostCenter(org.openapitools.jackson.nullable.JsonNullable<? extends CostCenter> costCenter)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The employee cost_center
-
withCostCenters
public Employment withCostCenters(java.util.List<HRISCostCenter> costCenters)
The employee cost_centers
-
withCostCenters
public Employment withCostCenters(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<HRISCostCenter>> costCenters)
The employee cost_centers
-
withDivision
public Employment withDivision(Division division)
The employee division
-
withDivision
public Employment withDivision(org.openapitools.jackson.nullable.JsonNullable<? extends Division> division)
The employee division
-
withJob
public Employment withJob(EmploymentJob job)
The job of employee
-
withJob
public Employment withJob(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentJob> job)
The job of employee
-
withType
public Employment withType(EmploymentType1 type)
The type of employment
-
withType
public Employment withType(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentType1> type)
The type of employment
-
withContractType
public Employment withContractType(ContractType contractType)
The employment work schedule type
-
withContractType
public Employment withContractType(org.openapitools.jackson.nullable.JsonNullable<? extends ContractType> contractType)
The employment work schedule type
-
withManager
public Employment withManager(java.util.List<EmploymentManagerApiModel> manager)
The employee manager
-
withManager
public Employment withManager(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<EmploymentManagerApiModel>> manager)
The employee manager
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-