Class HrisUpdateEmployeeRequestDtoWorkLocation
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisUpdateEmployeeRequestDtoWorkLocation
-
public class HrisUpdateEmployeeRequestDtoWorkLocation extends java.lang.ObjectHrisUpdateEmployeeRequestDtoWorkLocation - The employee work location
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisUpdateEmployeeRequestDtoWorkLocation.Builder
-
Constructor Summary
Constructors Constructor Description HrisUpdateEmployeeRequestDtoWorkLocation()HrisUpdateEmployeeRequestDtoWorkLocation(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 HrisUpdateEmployeeRequestDtoWorkLocationCountry> country, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough, org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoWorkLocationState> state)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisUpdateEmployeeRequestDtoWorkLocation.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>city()The city where the location is situatedorg.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmployeeRequestDtoWorkLocationCountry>country()The country codebooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()The name of the locationorg.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>passthrough()Value to pass through to the providerorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>phoneNumber()The phone number of the locationorg.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmployeeRequestDtoWorkLocationState>state()The ISO3166-2 sub division 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()HrisUpdateEmployeeRequestDtoWorkLocationwithCity(java.lang.String city)The city where the location is situatedHrisUpdateEmployeeRequestDtoWorkLocationwithCity(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> city)The city where the location is situatedHrisUpdateEmployeeRequestDtoWorkLocationwithCountry(HrisUpdateEmployeeRequestDtoWorkLocationCountry country)The country codeHrisUpdateEmployeeRequestDtoWorkLocationwithCountry(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoWorkLocationCountry> country)The country codeHrisUpdateEmployeeRequestDtoWorkLocationwithId(java.lang.String id)Unique identifierHrisUpdateEmployeeRequestDtoWorkLocationwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierHrisUpdateEmployeeRequestDtoWorkLocationwithName(java.lang.String name)The name of the locationHrisUpdateEmployeeRequestDtoWorkLocationwithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the locationHrisUpdateEmployeeRequestDtoWorkLocationwithPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerHrisUpdateEmployeeRequestDtoWorkLocationwithPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the providerHrisUpdateEmployeeRequestDtoWorkLocationwithPhoneNumber(java.lang.String phoneNumber)The phone number of the locationHrisUpdateEmployeeRequestDtoWorkLocationwithPhoneNumber(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber)The phone number of the locationHrisUpdateEmployeeRequestDtoWorkLocationwithState(HrisUpdateEmployeeRequestDtoWorkLocationState state)The ISO3166-2 sub division where the location is situatedHrisUpdateEmployeeRequestDtoWorkLocationwithState(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoWorkLocationState> state)The ISO3166-2 sub division where the location is situatedHrisUpdateEmployeeRequestDtoWorkLocationwithStreet1(java.lang.String street1)The first line of the addressHrisUpdateEmployeeRequestDtoWorkLocationwithStreet1(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street1)The first line of the addressHrisUpdateEmployeeRequestDtoWorkLocationwithStreet2(java.lang.String street2)The second line of the addressHrisUpdateEmployeeRequestDtoWorkLocationwithStreet2(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street2)The second line of the addressHrisUpdateEmployeeRequestDtoWorkLocationwithZipCode(java.lang.String zipCode)The ZIP code/Postal code of the locationHrisUpdateEmployeeRequestDtoWorkLocationwithZipCode(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
-
HrisUpdateEmployeeRequestDtoWorkLocation
public HrisUpdateEmployeeRequestDtoWorkLocation(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 HrisUpdateEmployeeRequestDtoWorkLocationCountry> country, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough, org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoWorkLocationState> state)
-
HrisUpdateEmployeeRequestDtoWorkLocation
public HrisUpdateEmployeeRequestDtoWorkLocation()
-
-
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
-
country
public org.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmployeeRequestDtoWorkLocationCountry> country()
The country code
-
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<HrisUpdateEmployeeRequestDtoWorkLocationState> state()
The ISO3166-2 sub division where the location is situated
-
builder
public static final HrisUpdateEmployeeRequestDtoWorkLocation.Builder builder()
-
withId
public HrisUpdateEmployeeRequestDtoWorkLocation withId(java.lang.String id)
Unique identifier
-
withId
public HrisUpdateEmployeeRequestDtoWorkLocation withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withName
public HrisUpdateEmployeeRequestDtoWorkLocation withName(java.lang.String name)
The name of the location
-
withName
public HrisUpdateEmployeeRequestDtoWorkLocation withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the location
-
withPhoneNumber
public HrisUpdateEmployeeRequestDtoWorkLocation withPhoneNumber(java.lang.String phoneNumber)
The phone number of the location
-
withPhoneNumber
public HrisUpdateEmployeeRequestDtoWorkLocation withPhoneNumber(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber)
The phone number of the location
-
withStreet1
public HrisUpdateEmployeeRequestDtoWorkLocation withStreet1(java.lang.String street1)
The first line of the address
-
withStreet1
public HrisUpdateEmployeeRequestDtoWorkLocation withStreet1(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street1)
The first line of the address
-
withStreet2
public HrisUpdateEmployeeRequestDtoWorkLocation withStreet2(java.lang.String street2)
The second line of the address
-
withStreet2
public HrisUpdateEmployeeRequestDtoWorkLocation withStreet2(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street2)
The second line of the address
-
withCity
public HrisUpdateEmployeeRequestDtoWorkLocation withCity(java.lang.String city)
The city where the location is situated
-
withCity
public HrisUpdateEmployeeRequestDtoWorkLocation withCity(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> city)
The city where the location is situated
-
withZipCode
public HrisUpdateEmployeeRequestDtoWorkLocation withZipCode(java.lang.String zipCode)
The ZIP code/Postal code of the location
-
withZipCode
public HrisUpdateEmployeeRequestDtoWorkLocation withZipCode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> zipCode)
The ZIP code/Postal code of the location
-
withCountry
public HrisUpdateEmployeeRequestDtoWorkLocation withCountry(HrisUpdateEmployeeRequestDtoWorkLocationCountry country)
The country code
-
withCountry
public HrisUpdateEmployeeRequestDtoWorkLocation withCountry(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoWorkLocationCountry> country)
The country code
-
withPassthrough
public HrisUpdateEmployeeRequestDtoWorkLocation withPassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)
Value to pass through to the provider
-
withPassthrough
public HrisUpdateEmployeeRequestDtoWorkLocation withPassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
Value to pass through to the provider
-
withState
public HrisUpdateEmployeeRequestDtoWorkLocation withState(HrisUpdateEmployeeRequestDtoWorkLocationState state)
The ISO3166-2 sub division where the location is situated
-
withState
public HrisUpdateEmployeeRequestDtoWorkLocation withState(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoWorkLocationState> state)
The ISO3166-2 sub division where the location is situated
-
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
-
-