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