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