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