Class HRISLocation
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HRISLocation
-
public class HRISLocation extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHRISLocation.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.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>city()The city where the location is situatedorg.openapitools.jackson.nullable.JsonNullable<HRISLocationCountry>country()The country codeorg.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>createdAt()The created_at dateorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>employeeId()The employee IDbooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<LocationType>locationType()The location typeorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()The name of the locationorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>phoneNumber()The phone number of the locationorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteEmployeeId()Provider's unique identifier of the employeeorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>state()The state where the location is situatedorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>street1()The first line of the addressorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>street2()The second line of the addressjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>unifiedCustomFields()Custom Unified Fields configured in your StackOne projectorg.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>updatedAt()The updated_at dateHRISLocationwithCity(java.lang.String city)The city where the location is situatedHRISLocationwithCity(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> city)The city where the location is situatedHRISLocationwithCountry(HRISLocationCountry country)The country codeHRISLocationwithCountry(org.openapitools.jackson.nullable.JsonNullable<? extends HRISLocationCountry> country)The country codeHRISLocationwithCreatedAt(java.time.OffsetDateTime createdAt)The created_at dateHRISLocationwithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The created_at dateHRISLocationwithEmployeeId(java.lang.String employeeId)The employee IDHRISLocationwithEmployeeId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employeeId)The employee IDHRISLocationwithId(java.lang.String id)Unique identifierHRISLocationwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierHRISLocationwithLocationType(LocationType locationType)The location typeHRISLocationwithLocationType(org.openapitools.jackson.nullable.JsonNullable<? extends LocationType> locationType)The location typeHRISLocationwithName(java.lang.String name)The name of the locationHRISLocationwithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the locationHRISLocationwithPhoneNumber(java.lang.String phoneNumber)The phone number of the locationHRISLocationwithPhoneNumber(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber)The phone number of the locationHRISLocationwithRemoteEmployeeId(java.lang.String remoteEmployeeId)Provider's unique identifier of the employeeHRISLocationwithRemoteEmployeeId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteEmployeeId)Provider's unique identifier of the employeeHRISLocationwithRemoteId(java.lang.String remoteId)Provider's unique identifierHRISLocationwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierHRISLocationwithState(java.lang.String state)The state where the location is situatedHRISLocationwithState(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> state)The state where the location is situatedHRISLocationwithStreet1(java.lang.String street1)The first line of the addressHRISLocationwithStreet1(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street1)The first line of the addressHRISLocationwithStreet2(java.lang.String street2)The second line of the addressHRISLocationwithStreet2(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street2)The second line of the addressHRISLocationwithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectHRISLocationwithUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectHRISLocationwithUpdatedAt(java.time.OffsetDateTime updatedAt)The updated_at dateHRISLocationwithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The updated_at dateHRISLocationwithZipCode(java.lang.String zipCode)The ZIP code/Postal code of the locationHRISLocationwithZipCode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> zipCode)The ZIP code/Postal code of the locationorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>zipCode()The ZIP code/Postal code of the location
-
-
-
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
-
builder
public static final HRISLocation.Builder builder()
-
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(HRISLocationCountry country)
The country code
-
withCountry
public HRISLocation withCountry(org.openapitools.jackson.nullable.JsonNullable<? extends HRISLocationCountry> country)
The country code
-
withLocationType
public HRISLocation withLocationType(LocationType locationType)
The location type
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-