Class HrisUpdateEmployeeRequestDtoGender
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisUpdateEmployeeRequestDtoGender
-
public class HrisUpdateEmployeeRequestDtoGender extends java.lang.ObjectHrisUpdateEmployeeRequestDtoGender - The employee gender
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisUpdateEmployeeRequestDtoGender.Builder
-
Constructor Summary
Constructors Constructor Description HrisUpdateEmployeeRequestDtoGender()HrisUpdateEmployeeRequestDtoGender(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HrisUpdateEmployeeRequestDtoGender.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmployeeRequestDtoSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmployeeRequestDtoValue>value()HrisUpdateEmployeeRequestDtoGenderwithSourceValue(HrisUpdateEmployeeRequestDtoSourceValue sourceValue)HrisUpdateEmployeeRequestDtoGenderwithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoSourceValue> sourceValue)HrisUpdateEmployeeRequestDtoGenderwithValue(HrisUpdateEmployeeRequestDtoValue value)HrisUpdateEmployeeRequestDtoGenderwithValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoValue> value)
-
-
-
Constructor Detail
-
HrisUpdateEmployeeRequestDtoGender
public HrisUpdateEmployeeRequestDtoGender(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoSourceValue> sourceValue)
-
HrisUpdateEmployeeRequestDtoGender
public HrisUpdateEmployeeRequestDtoGender()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmployeeRequestDtoValue> value()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisUpdateEmployeeRequestDtoSourceValue> sourceValue()
-
builder
public static final HrisUpdateEmployeeRequestDtoGender.Builder builder()
-
withValue
public HrisUpdateEmployeeRequestDtoGender withValue(HrisUpdateEmployeeRequestDtoValue value)
-
withValue
public HrisUpdateEmployeeRequestDtoGender withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoValue> value)
-
withSourceValue
public HrisUpdateEmployeeRequestDtoGender withSourceValue(HrisUpdateEmployeeRequestDtoSourceValue sourceValue)
-
withSourceValue
public HrisUpdateEmployeeRequestDtoGender withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmployeeRequestDtoSourceValue> 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
-
-