Package com.flagright.api.types
Interface BatchResponse.StatusStage
-
- All Known Implementing Classes:
BatchResponse.Builder
- Enclosing class:
- BatchResponse
public static interface BatchResponse.StatusStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchResponse.Builderfrom(BatchResponse other)BatchResponse.BatchIdStagestatus(BatchResponseStatus status)
-
-
-
Method Detail
-
status
BatchResponse.BatchIdStage status(@NotNull BatchResponseStatus status)
-
from
BatchResponse.Builder from(BatchResponse other)
-
-