Class UpdateEmployeeApiModelHomeLocation


  • public class UpdateEmployeeApiModelHomeLocation
    extends java.lang.Object
    UpdateEmployeeApiModelHomeLocation - The employee home location
    • Constructor Detail

      • UpdateEmployeeApiModelHomeLocation

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

        public UpdateEmployeeApiModelHomeLocation()
    • Method Detail

      • id

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
        Unique identifier
      • name

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
        The name of the location
      • phoneNumber

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber()
        The phone number of the location
      • street1

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street1()
        The first line of the address
      • street2

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street2()
        The second line of the address
      • city

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> city()
        The city where the location is situated
      • zipCode

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> zipCode()
        The ZIP code/Postal code of the location
      • passthrough

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

        public org.openapitools.jackson.nullable.JsonNullable<UpdateEmployeeApiModelState> state()
        The ISO3166-2 sub division where the location is situated
      • withPhoneNumber

        public UpdateEmployeeApiModelHomeLocation withPhoneNumber​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber)
        The phone number of the location
      • withStreet1

        public UpdateEmployeeApiModelHomeLocation withStreet1​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street1)
        The first line of the address
      • withStreet2

        public UpdateEmployeeApiModelHomeLocation withStreet2​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street2)
        The second line of the address
      • withCity

        public UpdateEmployeeApiModelHomeLocation withCity​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> city)
        The city where the location is situated
      • withZipCode

        public UpdateEmployeeApiModelHomeLocation withZipCode​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> zipCode)
        The ZIP code/Postal code of the location
      • withPassthrough

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

        public UpdateEmployeeApiModelHomeLocation 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