Class HrisCreateEmployeeRequestDtoHomeLocation


  • public class HrisCreateEmployeeRequestDtoHomeLocation
    extends java.lang.Object
    HrisCreateEmployeeRequestDtoHomeLocation

    The employee home location

    • Constructor Detail

      • HrisCreateEmployeeRequestDtoHomeLocation

        public HrisCreateEmployeeRequestDtoHomeLocation​(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 HrisCreateEmployeeRequestDtoHomeLocationCountry> country,
                                                        org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> passthrough,
                                                        org.openapitools.jackson.nullable.JsonNullable<? extends State> state)
      • HrisCreateEmployeeRequestDtoHomeLocation

        public HrisCreateEmployeeRequestDtoHomeLocation()