Class HrisUpdateEmployeeRequestDtoEmployment
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisUpdateEmployeeRequestDtoEmployment
-
public class HrisUpdateEmployeeRequestDtoEmployment extends java.lang.ObjectHrisUpdateEmployeeRequestDtoEmployment - The employee employment
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisUpdateEmployeeRequestDtoEmployment.Builder
-
Constructor Summary
Constructors Constructor Description HrisUpdateEmployeeRequestDtoEmployment()HrisUpdateEmployeeRequestDtoEmployment(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 HrisUpdateEmployeeRequestDtoPayPeriod> payPeriod, org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoPayFrequency> 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 HrisUpdateEmployeeRequestDtoEmploymentEmploymentType> employmentType, org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoEmploymentEmploymentContractType> 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 HrisUpdateEmployeeRequestDtoEmployment.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<HrisUpdateEmployeeRequestDtoEmploymentEmploymentContractType>employmentContractType()The employment work schedule type (e.g., full-time, part-time)org.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmployeeRequestDtoEmploymentEmploymentType>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<HrisUpdateEmployeeRequestDtoPayFrequency>payFrequency()The pay frequencyorg.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmployeeRequestDtoPayPeriod>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 projectHrisUpdateEmployeeRequestDtoEmploymentwithEffectiveDate(java.time.OffsetDateTime effectiveDate)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.HrisUpdateEmployeeRequestDtoEmploymentwithEffectiveDate(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.HrisUpdateEmployeeRequestDtoEmploymentwithEmploymentContractType(HrisUpdateEmployeeRequestDtoEmploymentEmploymentContractType employmentContractType)The employment work schedule type (e.g., full-time, part-time)HrisUpdateEmployeeRequestDtoEmploymentwithEmploymentContractType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoEmploymentEmploymentContractType> employmentContractType)The employment work schedule type (e.g., full-time, part-time)HrisUpdateEmployeeRequestDtoEmploymentwithEmploymentType(HrisUpdateEmployeeRequestDtoEmploymentEmploymentType employmentType)The type of employment (e.g., contractor, permanent)HrisUpdateEmployeeRequestDtoEmploymentwithEmploymentType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoEmploymentEmploymentType> employmentType)The type of employment (e.g., contractor, permanent)HrisUpdateEmployeeRequestDtoEmploymentwithId(java.lang.String id)Unique identifierHrisUpdateEmployeeRequestDtoEmploymentwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierHrisUpdateEmployeeRequestDtoEmploymentwithJobTitle(java.lang.String jobTitle)The job title of the employeeHrisUpdateEmployeeRequestDtoEmploymentwithJobTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobTitle)The job title of the employeeHrisUpdateEmployeeRequestDtoEmploymentwithPayCurrency(java.lang.String payCurrency)The currency used for payHrisUpdateEmployeeRequestDtoEmploymentwithPayCurrency(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payCurrency)The currency used for payHrisUpdateEmployeeRequestDtoEmploymentwithPayFrequency(HrisUpdateEmployeeRequestDtoPayFrequency payFrequency)The pay frequencyHrisUpdateEmployeeRequestDtoEmploymentwithPayFrequency(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoPayFrequency> payFrequency)The pay frequencyHrisUpdateEmployeeRequestDtoEmploymentwithPayPeriod(HrisUpdateEmployeeRequestDtoPayPeriod payPeriod)The pay periodHrisUpdateEmployeeRequestDtoEmploymentwithPayPeriod(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoPayPeriod> payPeriod)The pay periodHrisUpdateEmployeeRequestDtoEmploymentwithPayRate(java.lang.String payRate)The pay rate for the employeeHrisUpdateEmployeeRequestDtoEmploymentwithPayRate(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payRate)The pay rate for the employeeHrisUpdateEmployeeRequestDtoEmploymentwithTimeWorked(java.lang.String timeWorked)The time worked for the employee in ISO 8601 duration formatHrisUpdateEmployeeRequestDtoEmploymentwithTimeWorked(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> timeWorked)The time worked for the employee in ISO 8601 duration formatHrisUpdateEmployeeRequestDtoEmploymentwithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectHrisUpdateEmployeeRequestDtoEmploymentwithUnifiedCustomFields(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
-
HrisUpdateEmployeeRequestDtoEmployment
public HrisUpdateEmployeeRequestDtoEmployment(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 HrisUpdateEmployeeRequestDtoPayPeriod> payPeriod, org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoPayFrequency> 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 HrisUpdateEmployeeRequestDtoEmploymentEmploymentType> employmentType, org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoEmploymentEmploymentContractType> employmentContractType, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> timeWorked)
-
HrisUpdateEmployeeRequestDtoEmployment
public HrisUpdateEmployeeRequestDtoEmployment()
-
-
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<HrisUpdateEmployeeRequestDtoPayPeriod> payPeriod()
The pay period
-
payFrequency
public org.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmployeeRequestDtoPayFrequency> 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<HrisUpdateEmployeeRequestDtoEmploymentEmploymentType> employmentType()
The type of employment (e.g., contractor, permanent)
-
employmentContractType
public org.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmployeeRequestDtoEmploymentEmploymentContractType> 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 HrisUpdateEmployeeRequestDtoEmployment.Builder builder()
-
withId
public HrisUpdateEmployeeRequestDtoEmployment withId(java.lang.String id)
Unique identifier
-
withId
public HrisUpdateEmployeeRequestDtoEmployment withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withUnifiedCustomFields
public HrisUpdateEmployeeRequestDtoEmployment withUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withUnifiedCustomFields
public HrisUpdateEmployeeRequestDtoEmployment 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 HrisUpdateEmployeeRequestDtoEmployment withJobTitle(java.lang.String jobTitle)
The job title of the employee
-
withJobTitle
public HrisUpdateEmployeeRequestDtoEmployment withJobTitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobTitle)
The job title of the employee
-
withPayRate
public HrisUpdateEmployeeRequestDtoEmployment withPayRate(java.lang.String payRate)
The pay rate for the employee
-
withPayRate
public HrisUpdateEmployeeRequestDtoEmployment withPayRate(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payRate)
The pay rate for the employee
-
withPayPeriod
public HrisUpdateEmployeeRequestDtoEmployment withPayPeriod(HrisUpdateEmployeeRequestDtoPayPeriod payPeriod)
The pay period
-
withPayPeriod
public HrisUpdateEmployeeRequestDtoEmployment withPayPeriod(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoPayPeriod> payPeriod)
The pay period
-
withPayFrequency
public HrisUpdateEmployeeRequestDtoEmployment withPayFrequency(HrisUpdateEmployeeRequestDtoPayFrequency payFrequency)
The pay frequency
-
withPayFrequency
public HrisUpdateEmployeeRequestDtoEmployment withPayFrequency(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoPayFrequency> payFrequency)
The pay frequency
-
withPayCurrency
public HrisUpdateEmployeeRequestDtoEmployment withPayCurrency(java.lang.String payCurrency)
The currency used for pay
-
withPayCurrency
public HrisUpdateEmployeeRequestDtoEmployment withPayCurrency(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payCurrency)
The currency used for pay
-
withEffectiveDate
@Deprecated public HrisUpdateEmployeeRequestDtoEmployment 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 HrisUpdateEmployeeRequestDtoEmployment 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 HrisUpdateEmployeeRequestDtoEmployment withEmploymentType(HrisUpdateEmployeeRequestDtoEmploymentEmploymentType employmentType)
The type of employment (e.g., contractor, permanent)
-
withEmploymentType
public HrisUpdateEmployeeRequestDtoEmployment withEmploymentType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoEmploymentEmploymentType> employmentType)
The type of employment (e.g., contractor, permanent)
-
withEmploymentContractType
public HrisUpdateEmployeeRequestDtoEmployment withEmploymentContractType(HrisUpdateEmployeeRequestDtoEmploymentEmploymentContractType employmentContractType)
The employment work schedule type (e.g., full-time, part-time)
-
withEmploymentContractType
public HrisUpdateEmployeeRequestDtoEmployment withEmploymentContractType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoEmploymentEmploymentContractType> employmentContractType)
The employment work schedule type (e.g., full-time, part-time)
-
withTimeWorked
public HrisUpdateEmployeeRequestDtoEmployment withTimeWorked(java.lang.String timeWorked)
The time worked for the employee in ISO 8601 duration format
-
withTimeWorked
public HrisUpdateEmployeeRequestDtoEmployment 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
-
-