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