Class HrisUpdateEmployeeRequestDtoCountry
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisUpdateEmployeeRequestDtoCountry
-
public class HrisUpdateEmployeeRequestDtoCountry extends java.lang.ObjectHrisUpdateEmployeeRequestDtoCountry - The country code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisUpdateEmployeeRequestDtoCountry.Builder
-
Constructor Summary
Constructors Constructor Description HrisUpdateEmployeeRequestDtoCountry()HrisUpdateEmployeeRequestDtoCountry(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoNationalIdentityNumberCountryValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoNationalIdentityNumberCountrySourceValue> sourceValue)
-
Method Summary
-
-
-
Constructor Detail
-
HrisUpdateEmployeeRequestDtoCountry
public HrisUpdateEmployeeRequestDtoCountry(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoNationalIdentityNumberCountryValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoNationalIdentityNumberCountrySourceValue> sourceValue)
-
HrisUpdateEmployeeRequestDtoCountry
public HrisUpdateEmployeeRequestDtoCountry()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmployeeRequestDtoNationalIdentityNumberCountryValue> value()
The ISO3166-1 Alpha2 Code of the Country
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmployeeRequestDtoNationalIdentityNumberCountrySourceValue> sourceValue()
-
builder
public static final HrisUpdateEmployeeRequestDtoCountry.Builder builder()
-
withValue
public HrisUpdateEmployeeRequestDtoCountry withValue(HrisUpdateEmployeeRequestDtoNationalIdentityNumberCountryValue value)
The ISO3166-1 Alpha2 Code of the Country
-
withValue
public HrisUpdateEmployeeRequestDtoCountry withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoNationalIdentityNumberCountryValue> value)
The ISO3166-1 Alpha2 Code of the Country
-
withSourceValue
public HrisUpdateEmployeeRequestDtoCountry withSourceValue(HrisUpdateEmployeeRequestDtoNationalIdentityNumberCountrySourceValue sourceValue)
-
withSourceValue
public HrisUpdateEmployeeRequestDtoCountry withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoNationalIdentityNumberCountrySourceValue> 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
-
-