Interface BatchWorkflowRunCreateResponse.SuccessStage
-
- All Known Implementing Classes:
BatchWorkflowRunCreateResponse.Builder
- Enclosing class:
- BatchWorkflowRunCreateResponse
public static interface BatchWorkflowRunCreateResponse.SuccessStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchWorkflowRunCreateResponse.Builderfrom(BatchWorkflowRunCreateResponse other)BatchWorkflowRunCreateResponse.BatchIdStagesuccess(boolean success)Indicates whether the batch request was successfully accepted and queued.
-
-
-
Method Detail
-
success
BatchWorkflowRunCreateResponse.BatchIdStage success(boolean success)
Indicates whether the batch request was successfully accepted and queued.
truesignifies success.
-
from
BatchWorkflowRunCreateResponse.Builder from(BatchWorkflowRunCreateResponse other)
-
-