Class HrisCreateEmployeeRequestDtoHomeLocation.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmployeeRequestDtoHomeLocation.Builder
-
- Enclosing class:
- HrisCreateEmployeeRequestDtoHomeLocation
public static final class HrisCreateEmployeeRequestDtoHomeLocation.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisCreateEmployeeRequestDtoHomeLocationbuild()HrisCreateEmployeeRequestDtoHomeLocation.Buildercity(java.lang.String city)The city where the location is situatedHrisCreateEmployeeRequestDtoHomeLocation.Buildercity(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> city)The city where the location is situatedHrisCreateEmployeeRequestDtoHomeLocation.Buildercountry(HrisCreateEmployeeRequestDtoHomeLocationCountry country)The country codeHrisCreateEmployeeRequestDtoHomeLocation.Buildercountry(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoHomeLocationCountry> country)The country codeHrisCreateEmployeeRequestDtoHomeLocation.Builderid(java.lang.String id)Unique identifierHrisCreateEmployeeRequestDtoHomeLocation.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierHrisCreateEmployeeRequestDtoHomeLocation.Buildername(java.lang.String name)The name of the locationHrisCreateEmployeeRequestDtoHomeLocation.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the locationHrisCreateEmployeeRequestDtoHomeLocation.Builderpassthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)Value to pass through to the providerHrisCreateEmployeeRequestDtoHomeLocation.Builderpassthrough(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> passthrough)Value to pass through to the providerHrisCreateEmployeeRequestDtoHomeLocation.BuilderphoneNumber(java.lang.String phoneNumber)The phone number of the locationHrisCreateEmployeeRequestDtoHomeLocation.BuilderphoneNumber(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber)The phone number of the locationHrisCreateEmployeeRequestDtoHomeLocation.Builderstate(State state)The ISO3166-2 sub division where the location is situatedHrisCreateEmployeeRequestDtoHomeLocation.Builderstate(org.openapitools.jackson.nullable.JsonNullable<? extends State> state)The ISO3166-2 sub division where the location is situatedHrisCreateEmployeeRequestDtoHomeLocation.Builderstreet1(java.lang.String street1)The first line of the addressHrisCreateEmployeeRequestDtoHomeLocation.Builderstreet1(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street1)The first line of the addressHrisCreateEmployeeRequestDtoHomeLocation.Builderstreet2(java.lang.String street2)The second line of the addressHrisCreateEmployeeRequestDtoHomeLocation.Builderstreet2(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street2)The second line of the addressHrisCreateEmployeeRequestDtoHomeLocation.BuilderzipCode(java.lang.String zipCode)The ZIP code/Postal code of the locationHrisCreateEmployeeRequestDtoHomeLocation.BuilderzipCode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> zipCode)The ZIP code/Postal code of the location
-
-
-
Method Detail
-
id
public HrisCreateEmployeeRequestDtoHomeLocation.Builder id(java.lang.String id)
Unique identifier
-
id
public HrisCreateEmployeeRequestDtoHomeLocation.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
name
public HrisCreateEmployeeRequestDtoHomeLocation.Builder name(java.lang.String name)
The name of the location
-
name
public HrisCreateEmployeeRequestDtoHomeLocation.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the location
-
phoneNumber
public HrisCreateEmployeeRequestDtoHomeLocation.Builder phoneNumber(java.lang.String phoneNumber)
The phone number of the location
-
phoneNumber
public HrisCreateEmployeeRequestDtoHomeLocation.Builder phoneNumber(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber)
The phone number of the location
-
street1
public HrisCreateEmployeeRequestDtoHomeLocation.Builder street1(java.lang.String street1)
The first line of the address
-
street1
public HrisCreateEmployeeRequestDtoHomeLocation.Builder street1(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street1)
The first line of the address
-
street2
public HrisCreateEmployeeRequestDtoHomeLocation.Builder street2(java.lang.String street2)
The second line of the address
-
street2
public HrisCreateEmployeeRequestDtoHomeLocation.Builder street2(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street2)
The second line of the address
-
city
public HrisCreateEmployeeRequestDtoHomeLocation.Builder city(java.lang.String city)
The city where the location is situated
-
city
public HrisCreateEmployeeRequestDtoHomeLocation.Builder city(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> city)
The city where the location is situated
-
zipCode
public HrisCreateEmployeeRequestDtoHomeLocation.Builder zipCode(java.lang.String zipCode)
The ZIP code/Postal code of the location
-
zipCode
public HrisCreateEmployeeRequestDtoHomeLocation.Builder zipCode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> zipCode)
The ZIP code/Postal code of the location
-
country
public HrisCreateEmployeeRequestDtoHomeLocation.Builder country(HrisCreateEmployeeRequestDtoHomeLocationCountry country)
The country code
-
country
public HrisCreateEmployeeRequestDtoHomeLocation.Builder country(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoHomeLocationCountry> country)
The country code
-
passthrough
public HrisCreateEmployeeRequestDtoHomeLocation.Builder passthrough(java.util.Map<java.lang.String,java.lang.Object> passthrough)
Value to pass through to the provider
-
passthrough
public HrisCreateEmployeeRequestDtoHomeLocation.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 HrisCreateEmployeeRequestDtoHomeLocation.Builder state(State state)
The ISO3166-2 sub division where the location is situated
-
state
public HrisCreateEmployeeRequestDtoHomeLocation.Builder state(org.openapitools.jackson.nullable.JsonNullable<? extends State> state)
The ISO3166-2 sub division where the location is situated
-
build
public HrisCreateEmployeeRequestDtoHomeLocation build()
-
-