Class HrisCreateEmployeeRequestDtoEmployment
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmployeeRequestDtoEmployment
-
public class HrisCreateEmployeeRequestDtoEmployment extends java.lang.ObjectHrisCreateEmployeeRequestDtoEmployment - The employee employment
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisCreateEmployeeRequestDtoEmployment.Builder
-
Constructor Summary
Constructors Constructor Description HrisCreateEmployeeRequestDtoEmployment()HrisCreateEmployeeRequestDtoEmployment(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> jobTitle, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payRate, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoPayPeriod> payPeriod, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoPayFrequency> 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 HrisCreateEmployeeRequestDtoEmploymentEmploymentType> employmentType, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentEmploymentContractType> employmentContractType, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> timeWorked)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static HrisCreateEmployeeRequestDtoEmployment.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>effectiveDate()Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoEmploymentEmploymentContractType>employmentContractType()The employment work schedule type (e.g., full-time, part-time)org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoEmploymentEmploymentType>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.lang.String>payCurrency()The currency used for payorg.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoPayFrequency>payFrequency()The pay frequencyorg.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoPayPeriod>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 projectHrisCreateEmployeeRequestDtoEmploymentwithEffectiveDate(java.time.OffsetDateTime effectiveDate)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.HrisCreateEmployeeRequestDtoEmploymentwithEffectiveDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> effectiveDate)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.HrisCreateEmployeeRequestDtoEmploymentwithEmploymentContractType(HrisCreateEmployeeRequestDtoEmploymentEmploymentContractType employmentContractType)The employment work schedule type (e.g., full-time, part-time)HrisCreateEmployeeRequestDtoEmploymentwithEmploymentContractType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentEmploymentContractType> employmentContractType)The employment work schedule type (e.g., full-time, part-time)HrisCreateEmployeeRequestDtoEmploymentwithEmploymentType(HrisCreateEmployeeRequestDtoEmploymentEmploymentType employmentType)The type of employment (e.g., contractor, permanent)HrisCreateEmployeeRequestDtoEmploymentwithEmploymentType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentEmploymentType> employmentType)The type of employment (e.g., contractor, permanent)HrisCreateEmployeeRequestDtoEmploymentwithId(java.lang.String id)Unique identifierHrisCreateEmployeeRequestDtoEmploymentwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierHrisCreateEmployeeRequestDtoEmploymentwithJobTitle(java.lang.String jobTitle)The job title of the employeeHrisCreateEmployeeRequestDtoEmploymentwithJobTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobTitle)The job title of the employeeHrisCreateEmployeeRequestDtoEmploymentwithPayCurrency(java.lang.String payCurrency)The currency used for payHrisCreateEmployeeRequestDtoEmploymentwithPayCurrency(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payCurrency)The currency used for payHrisCreateEmployeeRequestDtoEmploymentwithPayFrequency(HrisCreateEmployeeRequestDtoPayFrequency payFrequency)The pay frequencyHrisCreateEmployeeRequestDtoEmploymentwithPayFrequency(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoPayFrequency> payFrequency)The pay frequencyHrisCreateEmployeeRequestDtoEmploymentwithPayPeriod(HrisCreateEmployeeRequestDtoPayPeriod payPeriod)The pay periodHrisCreateEmployeeRequestDtoEmploymentwithPayPeriod(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoPayPeriod> payPeriod)The pay periodHrisCreateEmployeeRequestDtoEmploymentwithPayRate(java.lang.String payRate)The pay rate for the employeeHrisCreateEmployeeRequestDtoEmploymentwithPayRate(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payRate)The pay rate for the employeeHrisCreateEmployeeRequestDtoEmploymentwithTimeWorked(java.lang.String timeWorked)The time worked for the employee in ISO 8601 duration formatHrisCreateEmployeeRequestDtoEmploymentwithTimeWorked(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> timeWorked)The time worked for the employee in ISO 8601 duration formatHrisCreateEmployeeRequestDtoEmploymentwithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectHrisCreateEmployeeRequestDtoEmploymentwithUnifiedCustomFields(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
-
HrisCreateEmployeeRequestDtoEmployment
public HrisCreateEmployeeRequestDtoEmployment(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> jobTitle, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payRate, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoPayPeriod> payPeriod, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoPayFrequency> 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 HrisCreateEmployeeRequestDtoEmploymentEmploymentType> employmentType, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentEmploymentContractType> employmentContractType, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> timeWorked)
-
HrisCreateEmployeeRequestDtoEmployment
public HrisCreateEmployeeRequestDtoEmployment()
-
-
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
-
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<HrisCreateEmployeeRequestDtoPayPeriod> payPeriod()
The pay period
-
payFrequency
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoPayFrequency> payFrequency()
The pay frequency
-
payCurrency
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payCurrency()
The currency used for pay
-
effectiveDate
@Deprecated public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> effectiveDate()
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The effective date of the employment contract
-
employmentType
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoEmploymentEmploymentType> employmentType()
The type of employment (e.g., contractor, permanent)
-
employmentContractType
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoEmploymentEmploymentContractType> 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
-
builder
public static final HrisCreateEmployeeRequestDtoEmployment.Builder builder()
-
withId
public HrisCreateEmployeeRequestDtoEmployment withId(java.lang.String id)
Unique identifier
-
withId
public HrisCreateEmployeeRequestDtoEmployment withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withUnifiedCustomFields
public HrisCreateEmployeeRequestDtoEmployment withUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withUnifiedCustomFields
public HrisCreateEmployeeRequestDtoEmployment 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 HrisCreateEmployeeRequestDtoEmployment withJobTitle(java.lang.String jobTitle)
The job title of the employee
-
withJobTitle
public HrisCreateEmployeeRequestDtoEmployment withJobTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobTitle)
The job title of the employee
-
withPayRate
public HrisCreateEmployeeRequestDtoEmployment withPayRate(java.lang.String payRate)
The pay rate for the employee
-
withPayRate
public HrisCreateEmployeeRequestDtoEmployment withPayRate(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payRate)
The pay rate for the employee
-
withPayPeriod
public HrisCreateEmployeeRequestDtoEmployment withPayPeriod(HrisCreateEmployeeRequestDtoPayPeriod payPeriod)
The pay period
-
withPayPeriod
public HrisCreateEmployeeRequestDtoEmployment withPayPeriod(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoPayPeriod> payPeriod)
The pay period
-
withPayFrequency
public HrisCreateEmployeeRequestDtoEmployment withPayFrequency(HrisCreateEmployeeRequestDtoPayFrequency payFrequency)
The pay frequency
-
withPayFrequency
public HrisCreateEmployeeRequestDtoEmployment withPayFrequency(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoPayFrequency> payFrequency)
The pay frequency
-
withPayCurrency
public HrisCreateEmployeeRequestDtoEmployment withPayCurrency(java.lang.String payCurrency)
The currency used for pay
-
withPayCurrency
public HrisCreateEmployeeRequestDtoEmployment withPayCurrency(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payCurrency)
The currency used for pay
-
withEffectiveDate
@Deprecated public HrisCreateEmployeeRequestDtoEmployment withEffectiveDate(java.time.OffsetDateTime effectiveDate)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The effective date of the employment contract
-
withEffectiveDate
@Deprecated public HrisCreateEmployeeRequestDtoEmployment withEffectiveDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> effectiveDate)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The effective date of the employment contract
-
withEmploymentType
public HrisCreateEmployeeRequestDtoEmployment withEmploymentType(HrisCreateEmployeeRequestDtoEmploymentEmploymentType employmentType)
The type of employment (e.g., contractor, permanent)
-
withEmploymentType
public HrisCreateEmployeeRequestDtoEmployment withEmploymentType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentEmploymentType> employmentType)
The type of employment (e.g., contractor, permanent)
-
withEmploymentContractType
public HrisCreateEmployeeRequestDtoEmployment withEmploymentContractType(HrisCreateEmployeeRequestDtoEmploymentEmploymentContractType employmentContractType)
The employment work schedule type (e.g., full-time, part-time)
-
withEmploymentContractType
public HrisCreateEmployeeRequestDtoEmployment withEmploymentContractType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentEmploymentContractType> employmentContractType)
The employment work schedule type (e.g., full-time, part-time)
-
withTimeWorked
public HrisCreateEmployeeRequestDtoEmployment withTimeWorked(java.lang.String timeWorked)
The time worked for the employee in ISO 8601 duration format
-
withTimeWorked
public HrisCreateEmployeeRequestDtoEmployment withTimeWorked(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> timeWorked)
The time worked for the employee in ISO 8601 duration format
-
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
-
-