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