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