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