Interface ExtractRunsDeleteResponse.IdStage
-
- All Known Implementing Classes:
ExtractRunsDeleteResponse.Builder
- Enclosing class:
- ExtractRunsDeleteResponse
public static interface ExtractRunsDeleteResponse.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtractRunsDeleteResponse.Builderfrom(ExtractRunsDeleteResponse other)ExtractRunsDeleteResponse._FinalStageid(java.lang.String id)The ID of the deleted extract run
-
-
-
Method Detail
-
id
ExtractRunsDeleteResponse._FinalStage id(@NotNull java.lang.String id)
The ID of the deleted extract run
-
from
ExtractRunsDeleteResponse.Builder from(ExtractRunsDeleteResponse other)
-
-