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