Class HrisUpdateEmploymentRequestDto


  • public class HrisUpdateEmploymentRequestDto
    extends java.lang.Object
    • Constructor Detail

      • HrisUpdateEmploymentRequestDto

        public HrisUpdateEmploymentRequestDto​(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 HrisUpdateEmploymentRequestDtoPayPeriod> payPeriod,
                                              org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoPayFrequency> 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 HrisUpdateEmploymentRequestDtoGrade> grade,
                                              org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoEmploymentType> employmentType,
                                              org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoEmploymentContractType> employmentContractType,
                                              org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoWorkTime> workTime,
                                              org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payrollCode,
                                              org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> passthrough)
      • HrisUpdateEmploymentRequestDto

        public HrisUpdateEmploymentRequestDto()
    • Method Detail

      • 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
      • 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<HrisUpdateEmploymentRequestDtoGrade> grade()
        Represents the employee’s position within the organizational hierarchy.
      • employmentType

        @Deprecated
        public org.openapitools.jackson.nullable.JsonNullable<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 org.openapitools.jackson.nullable.JsonNullable<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)
      • payrollCode

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payrollCode()
        The payroll code of the employee
      • passthrough

        public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,​java.lang.Object>> passthrough()
        Value to pass through to the provider
      • withUnifiedCustomFields

        public HrisUpdateEmploymentRequestDto withUnifiedCustomFields​(java.util.Map<java.lang.String,​java.lang.Object> unifiedCustomFields)
        Custom Unified Fields configured in your StackOne project
      • withUnifiedCustomFields

        public HrisUpdateEmploymentRequestDto 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 HrisUpdateEmploymentRequestDto withJobTitle​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobTitle)
        The job title of the employee
      • withPayRate

        public HrisUpdateEmploymentRequestDto withPayRate​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payRate)
        The pay rate for the employee
      • withPayCurrency

        public HrisUpdateEmploymentRequestDto withPayCurrency​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payCurrency)
        The currency used for pay
      • withEffectiveDate

        public HrisUpdateEmploymentRequestDto withEffectiveDate​(java.time.OffsetDateTime effectiveDate)
        The effective date of the employment contract
      • withEffectiveDate

        public HrisUpdateEmploymentRequestDto withEffectiveDate​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> effectiveDate)
        The effective date of the employment contract
      • withEndDate

        public HrisUpdateEmploymentRequestDto withEndDate​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endDate)
        The end date of employment
      • withEmploymentType

        @Deprecated
        public HrisUpdateEmploymentRequestDto withEmploymentType​(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)
      • withEmploymentContractType

        @Deprecated
        public HrisUpdateEmploymentRequestDto withEmploymentContractType​(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)
      • withPayrollCode

        public HrisUpdateEmploymentRequestDto withPayrollCode​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payrollCode)
        The payroll code of the employee
      • withPassthrough

        public HrisUpdateEmploymentRequestDto withPassthrough​(java.util.Map<java.lang.String,​java.lang.Object> passthrough)
        Value to pass through to the provider
      • withPassthrough

        public HrisUpdateEmploymentRequestDto 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object