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