Class HrisCreateEmploymentRequestDto


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

      • HrisCreateEmploymentRequestDto

        public HrisCreateEmploymentRequestDto​(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 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<java.time.OffsetDateTime> endDate,
                                              org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoGrade> grade,
                                              org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoEmploymentType> employmentType,
                                              org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoEmploymentContractType> employmentContractType,
                                              org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoWorkTime> workTime,
                                              org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payrollCode,
                                              org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobId,
                                              org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> passthrough)
      • HrisCreateEmploymentRequestDto

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

        @Deprecated
        public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmploymentRequestDtoEmploymentType> 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<HrisCreateEmploymentRequestDtoEmploymentContractType> 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
      • jobId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobId()
        The employee job id
      • 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 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
      • withJobTitle

        public HrisCreateEmploymentRequestDto withJobTitle​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobTitle)
        The job title of the employee
      • withPayRate

        public HrisCreateEmploymentRequestDto withPayRate​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payRate)
        The pay rate for the employee
      • 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
      • withEndDate

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

        @Deprecated
        public HrisCreateEmploymentRequestDto withEmploymentType​(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoEmploymentType> 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 HrisCreateEmploymentRequestDto withEmploymentContractType​(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoEmploymentContractType> 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 HrisCreateEmploymentRequestDto withPayrollCode​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> payrollCode)
        The payroll code of the employee
      • withJobId

        public HrisCreateEmploymentRequestDto withJobId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> jobId)
        The employee job id
      • 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:
        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