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