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