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