Class HRISLocation.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HRISLocation.Builder
-
- Enclosing class:
- HRISLocation
public static final class HRISLocation.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HRISLocationbuild()HRISLocation.Buildercity(java.lang.String city)The city where the location is situatedHRISLocation.Buildercity(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> city)The city where the location is situatedHRISLocation.Buildercountry(HRISLocationCountry country)The country codeHRISLocation.Buildercountry(org.openapitools.jackson.nullable.JsonNullable<? extends HRISLocationCountry> country)The country codeHRISLocation.BuildercreatedAt(java.time.OffsetDateTime createdAt)The created_at dateHRISLocation.BuildercreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The created_at dateHRISLocation.BuilderemployeeId(java.lang.String employeeId)The employee IDHRISLocation.BuilderemployeeId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employeeId)The employee IDHRISLocation.Builderid(java.lang.String id)Unique identifierHRISLocation.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierHRISLocation.BuilderlocationType(LocationType locationType)The location typeHRISLocation.BuilderlocationType(org.openapitools.jackson.nullable.JsonNullable<? extends LocationType> locationType)The location typeHRISLocation.Buildername(java.lang.String name)The name of the locationHRISLocation.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the locationHRISLocation.BuilderphoneNumber(java.lang.String phoneNumber)The phone number of the locationHRISLocation.BuilderphoneNumber(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber)The phone number of the locationHRISLocation.BuilderremoteEmployeeId(java.lang.String remoteEmployeeId)Provider's unique identifier of the employeeHRISLocation.BuilderremoteEmployeeId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteEmployeeId)Provider's unique identifier of the employeeHRISLocation.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierHRISLocation.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierHRISLocation.Builderstate(java.lang.String state)The state where the location is situatedHRISLocation.Builderstate(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> state)The state where the location is situatedHRISLocation.Builderstreet1(java.lang.String street1)The first line of the addressHRISLocation.Builderstreet1(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street1)The first line of the addressHRISLocation.Builderstreet2(java.lang.String street2)The second line of the addressHRISLocation.Builderstreet2(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street2)The second line of the addressHRISLocation.BuilderunifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectHRISLocation.BuilderunifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectHRISLocation.BuilderupdatedAt(java.time.OffsetDateTime updatedAt)The updated_at dateHRISLocation.BuilderupdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The updated_at dateHRISLocation.BuilderzipCode(java.lang.String zipCode)The ZIP code/Postal code of the locationHRISLocation.BuilderzipCode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> zipCode)The ZIP code/Postal code of the location
-
-
-
Method Detail
-
id
public HRISLocation.Builder id(java.lang.String id)
Unique identifier
-
id
public HRISLocation.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
remoteId
public HRISLocation.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public HRISLocation.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
unifiedCustomFields
public HRISLocation.Builder unifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
unifiedCustomFields
public HRISLocation.Builder unifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
employeeId
public HRISLocation.Builder employeeId(java.lang.String employeeId)
The employee ID
-
employeeId
public HRISLocation.Builder employeeId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> employeeId)
The employee ID
-
remoteEmployeeId
public HRISLocation.Builder remoteEmployeeId(java.lang.String remoteEmployeeId)
Provider's unique identifier of the employee
-
remoteEmployeeId
public HRISLocation.Builder remoteEmployeeId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteEmployeeId)
Provider's unique identifier of the employee
-
name
public HRISLocation.Builder name(java.lang.String name)
The name of the location
-
name
public HRISLocation.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the location
-
phoneNumber
public HRISLocation.Builder phoneNumber(java.lang.String phoneNumber)
The phone number of the location
-
phoneNumber
public HRISLocation.Builder phoneNumber(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber)
The phone number of the location
-
street1
public HRISLocation.Builder street1(java.lang.String street1)
The first line of the address
-
street1
public HRISLocation.Builder street1(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street1)
The first line of the address
-
street2
public HRISLocation.Builder street2(java.lang.String street2)
The second line of the address
-
street2
public HRISLocation.Builder street2(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> street2)
The second line of the address
-
city
public HRISLocation.Builder city(java.lang.String city)
The city where the location is situated
-
city
public HRISLocation.Builder city(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> city)
The city where the location is situated
-
state
public HRISLocation.Builder state(java.lang.String state)
The state where the location is situated
-
state
public HRISLocation.Builder state(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> state)
The state where the location is situated
-
zipCode
public HRISLocation.Builder zipCode(java.lang.String zipCode)
The ZIP code/Postal code of the location
-
zipCode
public HRISLocation.Builder zipCode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> zipCode)
The ZIP code/Postal code of the location
-
country
public HRISLocation.Builder country(HRISLocationCountry country)
The country code
-
country
public HRISLocation.Builder country(org.openapitools.jackson.nullable.JsonNullable<? extends HRISLocationCountry> country)
The country code
-
locationType
public HRISLocation.Builder locationType(LocationType locationType)
The location type
-
locationType
public HRISLocation.Builder locationType(org.openapitools.jackson.nullable.JsonNullable<? extends LocationType> locationType)
The location type
-
createdAt
public HRISLocation.Builder createdAt(java.time.OffsetDateTime createdAt)
The created_at date
-
createdAt
public HRISLocation.Builder createdAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The created_at date
-
updatedAt
public HRISLocation.Builder updatedAt(java.time.OffsetDateTime updatedAt)
The updated_at date
-
updatedAt
public HRISLocation.Builder updatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
The updated_at date
-
build
public HRISLocation build()
-
-