Class UpdateEmployeeApiModelType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.UpdateEmployeeApiModelType
-
public class UpdateEmployeeApiModelType extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateEmployeeApiModelType.Builder
-
Constructor Summary
Constructors Constructor Description UpdateEmployeeApiModelType()UpdateEmployeeApiModelType(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelNationalIdentityNumberValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelNationalIdentityNumberSourceValue> sourceValue)
-
Method Summary
-
-
-
Constructor Detail
-
UpdateEmployeeApiModelType
public UpdateEmployeeApiModelType(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelNationalIdentityNumberValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelNationalIdentityNumberSourceValue> sourceValue)
-
UpdateEmployeeApiModelType
public UpdateEmployeeApiModelType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<UpdateEmployeeApiModelNationalIdentityNumberValue> value()
The type of the national identity number
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<UpdateEmployeeApiModelNationalIdentityNumberSourceValue> sourceValue()
-
builder
public static final UpdateEmployeeApiModelType.Builder builder()
-
withValue
public UpdateEmployeeApiModelType withValue(UpdateEmployeeApiModelNationalIdentityNumberValue value)
The type of the national identity number
-
withValue
public UpdateEmployeeApiModelType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelNationalIdentityNumberValue> value)
The type of the national identity number
-
withSourceValue
public UpdateEmployeeApiModelType withSourceValue(UpdateEmployeeApiModelNationalIdentityNumberSourceValue sourceValue)
-
withSourceValue
public UpdateEmployeeApiModelType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends UpdateEmployeeApiModelNationalIdentityNumberSourceValue> 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
-
-