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