Class HrisUpdateEmploymentRequestDtoEmploymentType.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisUpdateEmploymentRequestDtoEmploymentType.Builder
-
- Enclosing class:
- HrisUpdateEmploymentRequestDtoEmploymentType
public static final class HrisUpdateEmploymentRequestDtoEmploymentType.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisUpdateEmploymentRequestDtoEmploymentTypebuild()HrisUpdateEmploymentRequestDtoEmploymentType.BuildersourceValue(HrisUpdateEmploymentRequestDtoEmploymentTypeSourceValue sourceValue)The source value of the employment type.HrisUpdateEmploymentRequestDtoEmploymentType.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoEmploymentTypeSourceValue> sourceValue)The source value of the employment type.HrisUpdateEmploymentRequestDtoEmploymentType.Buildervalue(HrisUpdateEmploymentRequestDtoEmploymentTypeValue value)The type of the employment.HrisUpdateEmploymentRequestDtoEmploymentType.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoEmploymentTypeValue> value)The type of the employment.
-
-
-
Method Detail
-
value
public HrisUpdateEmploymentRequestDtoEmploymentType.Builder value(HrisUpdateEmploymentRequestDtoEmploymentTypeValue value)
The type of the employment.
-
value
public HrisUpdateEmploymentRequestDtoEmploymentType.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoEmploymentTypeValue> value)
The type of the employment.
-
sourceValue
public HrisUpdateEmploymentRequestDtoEmploymentType.Builder sourceValue(HrisUpdateEmploymentRequestDtoEmploymentTypeSourceValue sourceValue)
The source value of the employment type.
-
sourceValue
public HrisUpdateEmploymentRequestDtoEmploymentType.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisUpdateEmploymentRequestDtoEmploymentTypeSourceValue> sourceValue)
The source value of the employment type.
-
build
public HrisUpdateEmploymentRequestDtoEmploymentType build()
-
-