Class HrisCreateEmploymentRequestDtoEmploymentType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmploymentRequestDtoEmploymentType
-
public class HrisCreateEmploymentRequestDtoEmploymentType extends java.lang.ObjectHrisCreateEmploymentRequestDtoEmploymentType - The type of employment (e.g., contractor, permanent)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHrisCreateEmploymentRequestDtoEmploymentType.Builder
-
Constructor Summary
Constructors Constructor Description HrisCreateEmploymentRequestDtoEmploymentType()HrisCreateEmploymentRequestDtoEmploymentType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoEmploymentTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoEmploymentTypeSourceValue> sourceValue)
-
Method Summary
-
-
-
Constructor Detail
-
HrisCreateEmploymentRequestDtoEmploymentType
public HrisCreateEmploymentRequestDtoEmploymentType(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoEmploymentTypeValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoEmploymentTypeSourceValue> sourceValue)
-
HrisCreateEmploymentRequestDtoEmploymentType
public HrisCreateEmploymentRequestDtoEmploymentType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmploymentRequestDtoEmploymentTypeValue> value()
The type of the employment.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisCreateEmploymentRequestDtoEmploymentTypeSourceValue> sourceValue()
The source value of the employment type.
-
builder
public static final HrisCreateEmploymentRequestDtoEmploymentType.Builder builder()
-
withValue
public HrisCreateEmploymentRequestDtoEmploymentType withValue(HrisCreateEmploymentRequestDtoEmploymentTypeValue value)
The type of the employment.
-
withValue
public HrisCreateEmploymentRequestDtoEmploymentType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoEmploymentTypeValue> value)
The type of the employment.
-
withSourceValue
public HrisCreateEmploymentRequestDtoEmploymentType withSourceValue(HrisCreateEmploymentRequestDtoEmploymentTypeSourceValue sourceValue)
The source value of the employment type.
-
withSourceValue
public HrisCreateEmploymentRequestDtoEmploymentType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoEmploymentTypeSourceValue> sourceValue)
The source value of the employment type.
-
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
-
-