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