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