Class HrisUpdateEmployeeRequestDtoHomeLocation


  • public class HrisUpdateEmployeeRequestDtoHomeLocation
    extends java.lang.Object
    HrisUpdateEmployeeRequestDtoHomeLocation

    The employee home location

    • Constructor Detail

      • HrisUpdateEmployeeRequestDtoHomeLocation

        public HrisUpdateEmployeeRequestDtoHomeLocation​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                                                        org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name,
                                                        org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber,
                                                        org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street1,
                                                        org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street2,
                                                        org.openapitools.jackson.nullable.JsonNullable<java.lang.String> city,
                                                        org.openapitools.jackson.nullable.JsonNullable<java.lang.String> zipCode,
                                                        org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoHomeLocationCountry> country,
                                                        org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> passthrough,
                                                        org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoState> state)
      • HrisUpdateEmployeeRequestDtoHomeLocation

        public HrisUpdateEmployeeRequestDtoHomeLocation()