Class HrisUpdateEmployeeRequestDtoHomeLocation.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisUpdateEmployeeRequestDtoHomeLocation.Builder
-
- Enclosing class:
- HrisUpdateEmployeeRequestDtoHomeLocation
public static final class HrisUpdateEmployeeRequestDtoHomeLocation.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisUpdateEmployeeRequestDtoHomeLocationbuild()HrisUpdateEmployeeRequestDtoHomeLocation.Buildercity(java.lang.String city)The city where the location is situatedHrisUpdateEmployeeRequestDtoHomeLocation.Buildercity(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> city)The city where the location is situatedHrisUpdateEmployeeRequestDtoHomeLocation.Buildercountry(HrisUpdateEmployeeRequestDtoHomeLocationCountry country)The country codeHrisUpdateEmployeeRequestDtoHomeLocation.Buildercountry(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoHomeLocationCountry> country)The country codeHrisUpdateEmployeeRequestDtoHomeLocation.Builderid(java.lang.String id)Unique identifierHrisUpdateEmployeeRequestDtoHomeLocation.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierHrisUpdateEmployeeRequestDtoHomeLocation.Buildername(java.lang.String name)The name of the locationHrisUpdateEmployeeRequestDtoHomeLocation.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the locationHrisUpdateEmployeeRequestDtoHomeLocation.Builderpassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerHrisUpdateEmployeeRequestDtoHomeLocation.Builderpassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the providerHrisUpdateEmployeeRequestDtoHomeLocation.BuilderphoneNumber(java.lang.String phoneNumber)The phone number of the locationHrisUpdateEmployeeRequestDtoHomeLocation.BuilderphoneNumber(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber)The phone number of the locationHrisUpdateEmployeeRequestDtoHomeLocation.Builderstate(HrisUpdateEmployeeRequestDtoState state)The ISO3166-2 sub division where the location is situatedHrisUpdateEmployeeRequestDtoHomeLocation.Builderstate(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoState> state)The ISO3166-2 sub division where the location is situatedHrisUpdateEmployeeRequestDtoHomeLocation.Builderstreet1(java.lang.String street1)The first line of the addressHrisUpdateEmployeeRequestDtoHomeLocation.Builderstreet1(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street1)The first line of the addressHrisUpdateEmployeeRequestDtoHomeLocation.Builderstreet2(java.lang.String street2)The second line of the addressHrisUpdateEmployeeRequestDtoHomeLocation.Builderstreet2(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street2)The second line of the addressHrisUpdateEmployeeRequestDtoHomeLocation.BuilderzipCode(java.lang.String zipCode)The ZIP code/Postal code of the locationHrisUpdateEmployeeRequestDtoHomeLocation.BuilderzipCode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> zipCode)The ZIP code/Postal code of the location
-
-
-
Method Detail
-
id
public HrisUpdateEmployeeRequestDtoHomeLocation.Builder id(java.lang.String id)
Unique identifier
-
id
public HrisUpdateEmployeeRequestDtoHomeLocation.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
name
public HrisUpdateEmployeeRequestDtoHomeLocation.Builder name(java.lang.String name)
The name of the location
-
name
public HrisUpdateEmployeeRequestDtoHomeLocation.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the location
-
phoneNumber
public HrisUpdateEmployeeRequestDtoHomeLocation.Builder phoneNumber(java.lang.String phoneNumber)
The phone number of the location
-
phoneNumber
public HrisUpdateEmployeeRequestDtoHomeLocation.Builder phoneNumber(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber)
The phone number of the location
-
street1
public HrisUpdateEmployeeRequestDtoHomeLocation.Builder street1(java.lang.String street1)
The first line of the address
-
street1
public HrisUpdateEmployeeRequestDtoHomeLocation.Builder street1(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street1)
The first line of the address
-
street2
public HrisUpdateEmployeeRequestDtoHomeLocation.Builder street2(java.lang.String street2)
The second line of the address
-
street2
public HrisUpdateEmployeeRequestDtoHomeLocation.Builder street2(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street2)
The second line of the address
-
city
public HrisUpdateEmployeeRequestDtoHomeLocation.Builder city(java.lang.String city)
The city where the location is situated
-
city
public HrisUpdateEmployeeRequestDtoHomeLocation.Builder city(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> city)
The city where the location is situated
-
zipCode
public HrisUpdateEmployeeRequestDtoHomeLocation.Builder zipCode(java.lang.String zipCode)
The ZIP code/Postal code of the location
-
zipCode
public HrisUpdateEmployeeRequestDtoHomeLocation.Builder zipCode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> zipCode)
The ZIP code/Postal code of the location
-
country
public HrisUpdateEmployeeRequestDtoHomeLocation.Builder country(HrisUpdateEmployeeRequestDtoHomeLocationCountry country)
The country code
-
country
public HrisUpdateEmployeeRequestDtoHomeLocation.Builder country(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoHomeLocationCountry> country)
The country code
-
passthrough
public HrisUpdateEmployeeRequestDtoHomeLocation.Builder passthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)
Value to pass through to the provider
-
passthrough
public HrisUpdateEmployeeRequestDtoHomeLocation.Builder passthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)
Value to pass through to the provider
-
state
public HrisUpdateEmployeeRequestDtoHomeLocation.Builder state(HrisUpdateEmployeeRequestDtoState state)
The ISO3166-2 sub division where the location is situated
-
state
public HrisUpdateEmployeeRequestDtoHomeLocation.Builder state(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoState> state)
The ISO3166-2 sub division where the location is situated
-
build
public HrisUpdateEmployeeRequestDtoHomeLocation build()
-
-