Class HrisCreateEmploymentRequestDto
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmploymentRequestDto
-
public class HrisCreateEmploymentRequestDto extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisCreateEmploymentRequestDto.Builder
-
Constructor Summary
Constructors Constructor Description HrisCreateEmploymentRequestDto()HrisCreateEmploymentRequestDto(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employeeId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobTitle, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payRate, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoPayPeriod> payPeriod, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoPayFrequency> payFrequency, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payCurrency, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> effectiveDate, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoEmploymentType> employmentType, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoEmploymentContractType> employmentContractType, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> timeWorked, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisCreateEmploymentRequestDto.Builderbuilder()org.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<HrisCreateEmploymentRequestDtoEmploymentContractType>employmentContractType()The employment work schedule type (e.g., full-time, part-time)org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmploymentRequestDtoEmploymentType>employmentType()The type of employment (e.g., contractor, permanent)booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>jobTitle()The job title of the employeeorg.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>passthrough()Value to pass through to the providerorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>payCurrency()The currency used for payorg.openapitools.jackson.nullable.JsonNullable<HrisCreateEmploymentRequestDtoPayFrequency>payFrequency()The pay frequencyorg.openapitools.jackson.nullable.JsonNullable<HrisCreateEmploymentRequestDtoPayPeriod>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>timeWorked()The time worked for the employee in ISO 8601 duration formatjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>unifiedCustomFields()Custom Unified Fields configured in your StackOne projectHrisCreateEmploymentRequestDtowithEffectiveDate(java.time.OffsetDateTime effectiveDate)The effective date of the employment contractHrisCreateEmploymentRequestDtowithEffectiveDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> effectiveDate)The effective date of the employment contractHrisCreateEmploymentRequestDtowithEmployeeId(java.lang.String employeeId)The employee ID associated with this employmentHrisCreateEmploymentRequestDtowithEmployeeId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employeeId)The employee ID associated with this employmentHrisCreateEmploymentRequestDtowithEmploymentContractType(HrisCreateEmploymentRequestDtoEmploymentContractType employmentContractType)The employment work schedule type (e.g., full-time, part-time)HrisCreateEmploymentRequestDtowithEmploymentContractType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoEmploymentContractType> employmentContractType)The employment work schedule type (e.g., full-time, part-time)HrisCreateEmploymentRequestDtowithEmploymentType(HrisCreateEmploymentRequestDtoEmploymentType employmentType)The type of employment (e.g., contractor, permanent)HrisCreateEmploymentRequestDtowithEmploymentType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoEmploymentType> employmentType)The type of employment (e.g., contractor, permanent)HrisCreateEmploymentRequestDtowithId(java.lang.String id)Unique identifierHrisCreateEmploymentRequestDtowithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierHrisCreateEmploymentRequestDtowithJobTitle(java.lang.String jobTitle)The job title of the employeeHrisCreateEmploymentRequestDtowithJobTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobTitle)The job title of the employeeHrisCreateEmploymentRequestDtowithPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerHrisCreateEmploymentRequestDtowithPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the providerHrisCreateEmploymentRequestDtowithPayCurrency(java.lang.String payCurrency)The currency used for payHrisCreateEmploymentRequestDtowithPayCurrency(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payCurrency)The currency used for payHrisCreateEmploymentRequestDtowithPayFrequency(HrisCreateEmploymentRequestDtoPayFrequency payFrequency)The pay frequencyHrisCreateEmploymentRequestDtowithPayFrequency(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoPayFrequency> payFrequency)The pay frequencyHrisCreateEmploymentRequestDtowithPayPeriod(HrisCreateEmploymentRequestDtoPayPeriod payPeriod)The pay periodHrisCreateEmploymentRequestDtowithPayPeriod(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoPayPeriod> payPeriod)The pay periodHrisCreateEmploymentRequestDtowithPayRate(java.lang.String payRate)The pay rate for the employeeHrisCreateEmploymentRequestDtowithPayRate(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payRate)The pay rate for the employeeHrisCreateEmploymentRequestDtowithTimeWorked(java.lang.String timeWorked)The time worked for the employee in ISO 8601 duration formatHrisCreateEmploymentRequestDtowithTimeWorked(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> timeWorked)The time worked for the employee in ISO 8601 duration formatHrisCreateEmploymentRequestDtowithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectHrisCreateEmploymentRequestDtowithUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne project
-
-
-
Constructor Detail
-
HrisCreateEmploymentRequestDto
public HrisCreateEmploymentRequestDto(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employeeId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobTitle, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payRate, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoPayPeriod> payPeriod, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoPayFrequency> payFrequency, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payCurrency, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> effectiveDate, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoEmploymentType> employmentType, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoEmploymentContractType> employmentContractType, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> timeWorked, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
-
HrisCreateEmploymentRequestDto
public HrisCreateEmploymentRequestDto()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
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
-
employeeId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employeeId()
The employee ID associated with this employment
-
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<HrisCreateEmploymentRequestDtoPayPeriod> payPeriod()
The pay period
-
payFrequency
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmploymentRequestDtoPayFrequency> 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
-
employmentType
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmploymentRequestDtoEmploymentType> employmentType()
The type of employment (e.g., contractor, permanent)
-
employmentContractType
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmploymentRequestDtoEmploymentContractType> employmentContractType()
The employment work schedule type (e.g., full-time, part-time)
-
timeWorked
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> timeWorked()
The time worked for the employee in ISO 8601 duration format
-
passthrough
public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>> passthrough()
Value to pass through to the provider
-
builder
public static final HrisCreateEmploymentRequestDto.Builder builder()
-
withId
public HrisCreateEmploymentRequestDto withId(java.lang.String id)
Unique identifier
-
withId
public HrisCreateEmploymentRequestDto withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withUnifiedCustomFields
public HrisCreateEmploymentRequestDto withUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withUnifiedCustomFields
public HrisCreateEmploymentRequestDto 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
-
withEmployeeId
public HrisCreateEmploymentRequestDto withEmployeeId(java.lang.String employeeId)
The employee ID associated with this employment
-
withEmployeeId
public HrisCreateEmploymentRequestDto withEmployeeId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employeeId)
The employee ID associated with this employment
-
withJobTitle
public HrisCreateEmploymentRequestDto withJobTitle(java.lang.String jobTitle)
The job title of the employee
-
withJobTitle
public HrisCreateEmploymentRequestDto withJobTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobTitle)
The job title of the employee
-
withPayRate
public HrisCreateEmploymentRequestDto withPayRate(java.lang.String payRate)
The pay rate for the employee
-
withPayRate
public HrisCreateEmploymentRequestDto withPayRate(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payRate)
The pay rate for the employee
-
withPayPeriod
public HrisCreateEmploymentRequestDto withPayPeriod(HrisCreateEmploymentRequestDtoPayPeriod payPeriod)
The pay period
-
withPayPeriod
public HrisCreateEmploymentRequestDto withPayPeriod(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoPayPeriod> payPeriod)
The pay period
-
withPayFrequency
public HrisCreateEmploymentRequestDto withPayFrequency(HrisCreateEmploymentRequestDtoPayFrequency payFrequency)
The pay frequency
-
withPayFrequency
public HrisCreateEmploymentRequestDto withPayFrequency(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoPayFrequency> payFrequency)
The pay frequency
-
withPayCurrency
public HrisCreateEmploymentRequestDto withPayCurrency(java.lang.String payCurrency)
The currency used for pay
-
withPayCurrency
public HrisCreateEmploymentRequestDto withPayCurrency(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payCurrency)
The currency used for pay
-
withEffectiveDate
public HrisCreateEmploymentRequestDto withEffectiveDate(java.time.OffsetDateTime effectiveDate)
The effective date of the employment contract
-
withEffectiveDate
public HrisCreateEmploymentRequestDto withEffectiveDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> effectiveDate)
The effective date of the employment contract
-
withEmploymentType
public HrisCreateEmploymentRequestDto withEmploymentType(HrisCreateEmploymentRequestDtoEmploymentType employmentType)
The type of employment (e.g., contractor, permanent)
-
withEmploymentType
public HrisCreateEmploymentRequestDto withEmploymentType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoEmploymentType> employmentType)
The type of employment (e.g., contractor, permanent)
-
withEmploymentContractType
public HrisCreateEmploymentRequestDto withEmploymentContractType(HrisCreateEmploymentRequestDtoEmploymentContractType employmentContractType)
The employment work schedule type (e.g., full-time, part-time)
-
withEmploymentContractType
public HrisCreateEmploymentRequestDto withEmploymentContractType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoEmploymentContractType> employmentContractType)
The employment work schedule type (e.g., full-time, part-time)
-
withTimeWorked
public HrisCreateEmploymentRequestDto withTimeWorked(java.lang.String timeWorked)
The time worked for the employee in ISO 8601 duration format
-
withTimeWorked
public HrisCreateEmploymentRequestDto withTimeWorked(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> timeWorked)
The time worked for the employee in ISO 8601 duration format
-
withPassthrough
public HrisCreateEmploymentRequestDto withPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)
Value to pass through to the provider
-
withPassthrough
public HrisCreateEmploymentRequestDto withPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
Value to pass through to the provider
-
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
-
-