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