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