Class HrisCreateEmploymentRequestDtoEmploymentContractType.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmploymentRequestDtoEmploymentContractType.Builder
-
- Enclosing class:
- HrisCreateEmploymentRequestDtoEmploymentContractType
public static final class HrisCreateEmploymentRequestDtoEmploymentContractType.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisCreateEmploymentRequestDtoEmploymentContractTypebuild()HrisCreateEmploymentRequestDtoEmploymentContractType.BuildersourceValue(HrisCreateEmploymentRequestDtoEmploymentContractTypeSourceValue sourceValue)HrisCreateEmploymentRequestDtoEmploymentContractType.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoEmploymentContractTypeSourceValue> sourceValue)HrisCreateEmploymentRequestDtoEmploymentContractType.Buildervalue(HrisCreateEmploymentRequestDtoEmploymentContractTypeValue value)HrisCreateEmploymentRequestDtoEmploymentContractType.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoEmploymentContractTypeValue> value)
-
-
-
Method Detail
-
value
public HrisCreateEmploymentRequestDtoEmploymentContractType.Builder value(HrisCreateEmploymentRequestDtoEmploymentContractTypeValue value)
-
value
public HrisCreateEmploymentRequestDtoEmploymentContractType.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoEmploymentContractTypeValue> value)
-
sourceValue
public HrisCreateEmploymentRequestDtoEmploymentContractType.Builder sourceValue(HrisCreateEmploymentRequestDtoEmploymentContractTypeSourceValue sourceValue)
-
sourceValue
public HrisCreateEmploymentRequestDtoEmploymentContractType.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisCreateEmploymentRequestDtoEmploymentContractTypeSourceValue> sourceValue)
-
build
public HrisCreateEmploymentRequestDtoEmploymentContractType build()
-
-