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