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