Package com.flagright.api.types
Interface BatchCompletedDetails.BatchIdStage
-
- All Known Implementing Classes:
BatchCompletedDetails.Builder
- Enclosing class:
- BatchCompletedDetails
public static interface BatchCompletedDetails.BatchIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchCompletedDetails.TypeStagebatchId(java.lang.String batchId)BatchCompletedDetails.Builderfrom(BatchCompletedDetails other)
-
-
-
Method Detail
-
batchId
BatchCompletedDetails.TypeStage batchId(@NotNull java.lang.String batchId)
-
from
BatchCompletedDetails.Builder from(BatchCompletedDetails other)
-
-