Class HRISLocation


  • public class HRISLocation
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  HRISLocation.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      HRISLocation()  
      HRISLocation​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employeeId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteEmployeeId, 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> state, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> zipCode, org.openapitools.jackson.nullable.JsonNullable<? extends HRISLocationCountry> country, org.openapitools.jackson.nullable.JsonNullable<? extends LocationType> locationType, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static HRISLocation.Builder builder()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> city()
      The city where the location is situated
      org.openapitools.jackson.nullable.JsonNullable<HRISLocationCountry> country()
      The country code
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
      The created_at date
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employeeId()
      The employee ID
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
      Unique identifier
      org.openapitools.jackson.nullable.JsonNullable<LocationType> locationType()
      The location type
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
      The name of the location
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber()
      The phone number of the location
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteEmployeeId()
      Provider's unique identifier of the employee
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
      Provider's unique identifier
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> state()
      The state where the location is situated
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street1()
      The first line of the address
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street2()
      The second line of the address
      java.lang.String toString()  
      org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields()
      Custom Unified Fields configured in your StackOne project
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
      The updated_at date
      HRISLocation withCity​(java.lang.String city)
      The city where the location is situated
      HRISLocation withCity​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> city)
      The city where the location is situated
      HRISLocation withCountry​(HRISLocationCountry country)
      The country code
      HRISLocation withCountry​(org.openapitools.jackson.nullable.JsonNullable<? extends HRISLocationCountry> country)
      The country code
      HRISLocation withCreatedAt​(java.time.OffsetDateTime createdAt)
      The created_at date
      HRISLocation withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
      The created_at date
      HRISLocation withEmployeeId​(java.lang.String employeeId)
      The employee ID
      HRISLocation withEmployeeId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employeeId)
      The employee ID
      HRISLocation withId​(java.lang.String id)
      Unique identifier
      HRISLocation withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      HRISLocation withLocationType​(LocationType locationType)
      The location type
      HRISLocation withLocationType​(org.openapitools.jackson.nullable.JsonNullable<? extends LocationType> locationType)
      The location type
      HRISLocation withName​(java.lang.String name)
      The name of the location
      HRISLocation withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      The name of the location
      HRISLocation withPhoneNumber​(java.lang.String phoneNumber)
      The phone number of the location
      HRISLocation withPhoneNumber​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber)
      The phone number of the location
      HRISLocation withRemoteEmployeeId​(java.lang.String remoteEmployeeId)
      Provider's unique identifier of the employee
      HRISLocation withRemoteEmployeeId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteEmployeeId)
      Provider's unique identifier of the employee
      HRISLocation withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      HRISLocation withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      HRISLocation withState​(java.lang.String state)
      The state where the location is situated
      HRISLocation withState​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> state)
      The state where the location is situated
      HRISLocation withStreet1​(java.lang.String street1)
      The first line of the address
      HRISLocation withStreet1​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street1)
      The first line of the address
      HRISLocation withStreet2​(java.lang.String street2)
      The second line of the address
      HRISLocation withStreet2​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street2)
      The second line of the address
      HRISLocation withUnifiedCustomFields​(java.util.Map<java.lang.String,​java.lang.Object> unifiedCustomFields)
      Custom Unified Fields configured in your StackOne project
      HRISLocation 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
      HRISLocation withUpdatedAt​(java.time.OffsetDateTime updatedAt)
      The updated_at date
      HRISLocation withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      The updated_at date
      HRISLocation withZipCode​(java.lang.String zipCode)
      The ZIP code/Postal code of the location
      HRISLocation withZipCode​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> zipCode)
      The ZIP code/Postal code of the location
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> zipCode()
      The ZIP code/Postal code of the location
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HRISLocation

        public HRISLocation​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                            org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId,
                            org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields,
                            org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employeeId,
                            org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteEmployeeId,
                            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> state,
                            org.openapitools.jackson.nullable.JsonNullable<java.lang.String> zipCode,
                            org.openapitools.jackson.nullable.JsonNullable<? extends HRISLocationCountry> country,
                            org.openapitools.jackson.nullable.JsonNullable<? extends LocationType> locationType,
                            org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt,
                            org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      • HRISLocation

        public HRISLocation()
    • Method Detail

      • id

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

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
        Provider's 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
      • employeeId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employeeId()
        The employee ID
      • remoteEmployeeId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteEmployeeId()
        Provider's unique identifier of the employee
      • 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
      • state

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

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

        public org.openapitools.jackson.nullable.JsonNullable<HRISLocationCountry> country()
        The country code
      • locationType

        public org.openapitools.jackson.nullable.JsonNullable<LocationType> locationType()
        The location type
      • createdAt

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
        The created_at date
      • updatedAt

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
        The updated_at date
      • withId

        public HRISLocation withId​(java.lang.String id)
        Unique identifier
      • withId

        public HRISLocation withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • withRemoteId

        public HRISLocation withRemoteId​(java.lang.String remoteId)
        Provider's unique identifier
      • withRemoteId

        public HRISLocation withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • withUnifiedCustomFields

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

        public HRISLocation 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
      • withEmployeeId

        public HRISLocation withEmployeeId​(java.lang.String employeeId)
        The employee ID
      • withEmployeeId

        public HRISLocation withEmployeeId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employeeId)
        The employee ID
      • withRemoteEmployeeId

        public HRISLocation withRemoteEmployeeId​(java.lang.String remoteEmployeeId)
        Provider's unique identifier of the employee
      • withRemoteEmployeeId

        public HRISLocation withRemoteEmployeeId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteEmployeeId)
        Provider's unique identifier of the employee
      • withName

        public HRISLocation withName​(java.lang.String name)
        The name of the location
      • withName

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

        public HRISLocation withPhoneNumber​(java.lang.String phoneNumber)
        The phone number of the location
      • withPhoneNumber

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

        public HRISLocation withStreet1​(java.lang.String street1)
        The first line of the address
      • withStreet1

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

        public HRISLocation withStreet2​(java.lang.String street2)
        The second line of the address
      • withStreet2

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

        public HRISLocation withCity​(java.lang.String city)
        The city where the location is situated
      • withCity

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

        public HRISLocation withState​(java.lang.String state)
        The state where the location is situated
      • withState

        public HRISLocation withState​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> state)
        The state where the location is situated
      • withZipCode

        public HRISLocation withZipCode​(java.lang.String zipCode)
        The ZIP code/Postal code of the location
      • withZipCode

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

        public HRISLocation withCountry​(org.openapitools.jackson.nullable.JsonNullable<? extends HRISLocationCountry> country)
        The country code
      • withLocationType

        public HRISLocation withLocationType​(org.openapitools.jackson.nullable.JsonNullable<? extends LocationType> locationType)
        The location type
      • withCreatedAt

        public HRISLocation withCreatedAt​(java.time.OffsetDateTime createdAt)
        The created_at date
      • withCreatedAt

        public HRISLocation withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
        The created_at date
      • withUpdatedAt

        public HRISLocation withUpdatedAt​(java.time.OffsetDateTime updatedAt)
        The updated_at date
      • withUpdatedAt

        public HRISLocation withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
        The updated_at date
      • 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