Class EvaluationSetItemCreateBatchResponse.Builder
- java.lang.Object
-
- ai.extend.resources.evaluationsetitem.types.EvaluationSetItemCreateBatchResponse.Builder
-
- All Implemented Interfaces:
EvaluationSetItemCreateBatchResponse._FinalStage,EvaluationSetItemCreateBatchResponse.SuccessStage
- Enclosing class:
- EvaluationSetItemCreateBatchResponse
public static final class EvaluationSetItemCreateBatchResponse.Builder extends java.lang.Object implements EvaluationSetItemCreateBatchResponse.SuccessStage, EvaluationSetItemCreateBatchResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EvaluationSetItemCreateBatchResponse._FinalStageaddAllEvaluationSetItems(java.util.List<EvaluationSetItem> evaluationSetItems)EvaluationSetItemCreateBatchResponse._FinalStageaddEvaluationSetItems(EvaluationSetItem evaluationSetItems)EvaluationSetItemCreateBatchResponsebuild()EvaluationSetItemCreateBatchResponse._FinalStageevaluationSetItems(java.util.List<EvaluationSetItem> evaluationSetItems)EvaluationSetItemCreateBatchResponse.Builderfrom(EvaluationSetItemCreateBatchResponse other)EvaluationSetItemCreateBatchResponse._FinalStagesuccess(boolean success)
-
-
-
Method Detail
-
from
public EvaluationSetItemCreateBatchResponse.Builder from(EvaluationSetItemCreateBatchResponse other)
- Specified by:
fromin interfaceEvaluationSetItemCreateBatchResponse.SuccessStage
-
success
public EvaluationSetItemCreateBatchResponse._FinalStage success(boolean success)
- Specified by:
successin interfaceEvaluationSetItemCreateBatchResponse.SuccessStage
-
addAllEvaluationSetItems
public EvaluationSetItemCreateBatchResponse._FinalStage addAllEvaluationSetItems(java.util.List<EvaluationSetItem> evaluationSetItems)
- Specified by:
addAllEvaluationSetItemsin interfaceEvaluationSetItemCreateBatchResponse._FinalStage
-
addEvaluationSetItems
public EvaluationSetItemCreateBatchResponse._FinalStage addEvaluationSetItems(EvaluationSetItem evaluationSetItems)
- Specified by:
addEvaluationSetItemsin interfaceEvaluationSetItemCreateBatchResponse._FinalStage
-
evaluationSetItems
public EvaluationSetItemCreateBatchResponse._FinalStage evaluationSetItems(java.util.List<EvaluationSetItem> evaluationSetItems)
- Specified by:
evaluationSetItemsin interfaceEvaluationSetItemCreateBatchResponse._FinalStage
-
build
public EvaluationSetItemCreateBatchResponse build()
- Specified by:
buildin interfaceEvaluationSetItemCreateBatchResponse._FinalStage
-
-