Class UpdateEmployeeApiModelWorkLocationCountry.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.UpdateEmployeeApiModelWorkLocationCountry.Builder
-
- Enclosing class:
- UpdateEmployeeApiModelWorkLocationCountry
public static final class UpdateEmployeeApiModelWorkLocationCountry.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateEmployeeApiModelWorkLocationCountrybuild()UpdateEmployeeApiModelWorkLocationCountry.BuildersourceValue(UpdateEmployeeApiModelWorkLocationSourceValue sourceValue)UpdateEmployeeApiModelWorkLocationCountry.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelWorkLocationSourceValue> sourceValue)UpdateEmployeeApiModelWorkLocationCountry.Buildervalue(UpdateEmployeeApiModelWorkLocationValue value)The ISO3166-1 Alpha2 Code of the CountryUpdateEmployeeApiModelWorkLocationCountry.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelWorkLocationValue> value)The ISO3166-1 Alpha2 Code of the Country
-
-
-
Method Detail
-
value
public UpdateEmployeeApiModelWorkLocationCountry.Builder value(UpdateEmployeeApiModelWorkLocationValue value)
The ISO3166-1 Alpha2 Code of the Country
-
value
public UpdateEmployeeApiModelWorkLocationCountry.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelWorkLocationValue> value)
The ISO3166-1 Alpha2 Code of the Country
-
sourceValue
public UpdateEmployeeApiModelWorkLocationCountry.Builder sourceValue(UpdateEmployeeApiModelWorkLocationSourceValue sourceValue)
-
sourceValue
public UpdateEmployeeApiModelWorkLocationCountry.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelWorkLocationSourceValue> sourceValue)
-
build
public UpdateEmployeeApiModelWorkLocationCountry build()
-
-