Class UpdateEmployeeApiModelEthnicity
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.UpdateEmployeeApiModelEthnicity
-
public class UpdateEmployeeApiModelEthnicity extends java.lang.ObjectUpdateEmployeeApiModelEthnicity - The employee ethnicity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateEmployeeApiModelEthnicity.Builder
-
Constructor Summary
Constructors Constructor Description UpdateEmployeeApiModelEthnicity()UpdateEmployeeApiModelEthnicity(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelEthnicityValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelEthnicitySourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateEmployeeApiModelEthnicity.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<UpdateEmployeeApiModelEthnicitySourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<UpdateEmployeeApiModelEthnicityValue>value()UpdateEmployeeApiModelEthnicitywithSourceValue(UpdateEmployeeApiModelEthnicitySourceValue sourceValue)UpdateEmployeeApiModelEthnicitywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelEthnicitySourceValue> sourceValue)UpdateEmployeeApiModelEthnicitywithValue(UpdateEmployeeApiModelEthnicityValue value)UpdateEmployeeApiModelEthnicitywithValue(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelEthnicityValue> value)
-
-
-
Constructor Detail
-
UpdateEmployeeApiModelEthnicity
public UpdateEmployeeApiModelEthnicity(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelEthnicityValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelEthnicitySourceValue> sourceValue)
-
UpdateEmployeeApiModelEthnicity
public UpdateEmployeeApiModelEthnicity()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<UpdateEmployeeApiModelEthnicityValue> value()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<UpdateEmployeeApiModelEthnicitySourceValue> sourceValue()
-
builder
public static final UpdateEmployeeApiModelEthnicity.Builder builder()
-
withValue
public UpdateEmployeeApiModelEthnicity withValue(UpdateEmployeeApiModelEthnicityValue value)
-
withValue
public UpdateEmployeeApiModelEthnicity withValue(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelEthnicityValue> value)
-
withSourceValue
public UpdateEmployeeApiModelEthnicity withSourceValue(UpdateEmployeeApiModelEthnicitySourceValue sourceValue)
-
withSourceValue
public UpdateEmployeeApiModelEthnicity withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelEthnicitySourceValue> 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
-
-