Class EmployeeNationalIdentityNumberCountry
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.EmployeeNationalIdentityNumberCountry
-
public class EmployeeNationalIdentityNumberCountry extends java.lang.ObjectEmployeeNationalIdentityNumberCountryThe country code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmployeeNationalIdentityNumberCountry.Builder
-
Constructor Summary
Constructors Constructor Description EmployeeNationalIdentityNumberCountry()EmployeeNationalIdentityNumberCountry(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeNationalIdentityNumberCountryValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeNationalIdentityNumberCountrySourceValue> sourceValue)
-
Method Summary
-
-
-
Constructor Detail
-
EmployeeNationalIdentityNumberCountry
public EmployeeNationalIdentityNumberCountry(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeNationalIdentityNumberCountryValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeNationalIdentityNumberCountrySourceValue> sourceValue)
-
EmployeeNationalIdentityNumberCountry
public EmployeeNationalIdentityNumberCountry()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<EmployeeNationalIdentityNumberCountryValue> value()
The ISO3166-1 Alpha2 Code of the Country
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<EmployeeNationalIdentityNumberCountrySourceValue> sourceValue()
-
builder
public static EmployeeNationalIdentityNumberCountry.Builder builder()
-
withValue
public EmployeeNationalIdentityNumberCountry withValue(EmployeeNationalIdentityNumberCountryValue value)
The ISO3166-1 Alpha2 Code of the Country
-
withValue
public EmployeeNationalIdentityNumberCountry withValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeNationalIdentityNumberCountryValue> value)
The ISO3166-1 Alpha2 Code of the Country
-
withSourceValue
public EmployeeNationalIdentityNumberCountry withSourceValue(EmployeeNationalIdentityNumberCountrySourceValue sourceValue)
-
withSourceValue
public EmployeeNationalIdentityNumberCountry withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeNationalIdentityNumberCountrySourceValue> sourceValue)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-