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