Class UpdateEmployeeApiModelEmployment


  • public class UpdateEmployeeApiModelEmployment
    extends java.lang.Object
    UpdateEmployeeApiModelEmployment - The employee employment
    • Constructor Detail

      • UpdateEmployeeApiModelEmployment

        public UpdateEmployeeApiModelEmployment​(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 UpdateEmployeeApiModelPayPeriod> payPeriod,
                                                org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelPayFrequency> 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 UpdateEmployeeApiModelEmploymentEmploymentType> employmentType,
                                                org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelEmploymentEmploymentContractType> employmentContractType,
                                                org.openapitools.jackson.nullable.JsonNullable<java.lang.String> timeWorked)
      • UpdateEmployeeApiModelEmployment

        public UpdateEmployeeApiModelEmployment()
    • 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
      • 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
      • timeWorked

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> timeWorked()
        The time worked for the employee in ISO 8601 duration format
      • withUnifiedCustomFields

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

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

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

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

        @Deprecated
        public UpdateEmployeeApiModelEmployment 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 UpdateEmployeeApiModelEmployment 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
      • withTimeWorked

        public UpdateEmployeeApiModelEmployment withTimeWorked​(java.lang.String timeWorked)
        The time worked for the employee in ISO 8601 duration format
      • withTimeWorked

        public UpdateEmployeeApiModelEmployment 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:
        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