Class EmployeeType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.EmployeeType
-
public class EmployeeType extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmployeeType.Builder
-
Constructor Summary
Constructors Constructor Description EmployeeType()EmployeeType(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeNationalIdentityNumberValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeNationalIdentityNumberSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EmployeeType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<EmployeeNationalIdentityNumberSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<EmployeeNationalIdentityNumberValue>value()The type of the national identity numberEmployeeTypewithSourceValue(EmployeeNationalIdentityNumberSourceValue sourceValue)EmployeeTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeNationalIdentityNumberSourceValue> sourceValue)EmployeeTypewithValue(EmployeeNationalIdentityNumberValue value)The type of the national identity numberEmployeeTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeNationalIdentityNumberValue> value)The type of the national identity number
-
-
-
Constructor Detail
-
EmployeeType
public EmployeeType(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeNationalIdentityNumberValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeNationalIdentityNumberSourceValue> sourceValue)
-
EmployeeType
public EmployeeType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<EmployeeNationalIdentityNumberValue> value()
The type of the national identity number
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<EmployeeNationalIdentityNumberSourceValue> sourceValue()
-
builder
public static final EmployeeType.Builder builder()
-
withValue
public EmployeeType withValue(EmployeeNationalIdentityNumberValue value)
The type of the national identity number
-
withValue
public EmployeeType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeNationalIdentityNumberValue> value)
The type of the national identity number
-
withSourceValue
public EmployeeType withSourceValue(EmployeeNationalIdentityNumberSourceValue sourceValue)
-
withSourceValue
public EmployeeType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EmployeeNationalIdentityNumberSourceValue> 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
-
-