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