Class CompletionResult1.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CompletionResult1.Builder
-
- Enclosing class:
- CompletionResult1
public static final class CompletionResult1.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletionResult1build()CompletionResult1.BuildersourceValue(CompletionSourceValue sourceValue)The original result status from the provider before normalization.CompletionResult1.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CompletionSourceValue> sourceValue)The original result status from the provider before normalization.CompletionResult1.Buildervalue(CompletionValue value)The StackOne unified result status.CompletionResult1.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends CompletionValue> value)The StackOne unified result status.
-
-
-
Method Detail
-
value
public CompletionResult1.Builder value(CompletionValue value)
The StackOne unified result status.
-
value
public CompletionResult1.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends CompletionValue> value)
The StackOne unified result status.
-
sourceValue
public CompletionResult1.Builder sourceValue(CompletionSourceValue sourceValue)
The original result status from the provider before normalization.
-
sourceValue
public CompletionResult1.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends CompletionSourceValue> sourceValue)
The original result status from the provider before normalization.
-
build
public CompletionResult1 build()
-
-