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