Class HrisCreateEmployeeRequestDtoEmploymentTypeType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmployeeRequestDtoEmploymentTypeType
-
public class HrisCreateEmployeeRequestDtoEmploymentTypeType extends java.lang.ObjectHrisCreateEmployeeRequestDtoEmploymentTypeTypeThe type of employment (e.g., contractor, permanent)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisCreateEmployeeRequestDtoEmploymentTypeType.Builder
-
Constructor Summary
Constructors Constructor Description HrisCreateEmployeeRequestDtoEmploymentTypeType()HrisCreateEmployeeRequestDtoEmploymentTypeType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentTypeTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentTypeTypeSourceValue> sourceValue)
-
Method Summary
-
-
-
Constructor Detail
-
HrisCreateEmployeeRequestDtoEmploymentTypeType
public HrisCreateEmployeeRequestDtoEmploymentTypeType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentTypeTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentTypeTypeSourceValue> sourceValue)
-
HrisCreateEmployeeRequestDtoEmploymentTypeType
public HrisCreateEmployeeRequestDtoEmploymentTypeType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoEmploymentTypeTypeValue> value()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmployeeRequestDtoEmploymentTypeTypeSourceValue> sourceValue()
-
builder
public static HrisCreateEmployeeRequestDtoEmploymentTypeType.Builder builder()
-
withValue
public HrisCreateEmployeeRequestDtoEmploymentTypeType withValue(HrisCreateEmployeeRequestDtoEmploymentTypeTypeValue value)
-
withValue
public HrisCreateEmployeeRequestDtoEmploymentTypeType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentTypeTypeValue> value)
-
withSourceValue
public HrisCreateEmployeeRequestDtoEmploymentTypeType withSourceValue(HrisCreateEmployeeRequestDtoEmploymentTypeTypeSourceValue sourceValue)
-
withSourceValue
public HrisCreateEmployeeRequestDtoEmploymentTypeType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmployeeRequestDtoEmploymentTypeTypeSourceValue> 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
-
-