Package ai.extend.resources.edit.types
Interface EditDeleteResponse.EditRunIdStage
-
- All Known Implementing Classes:
EditDeleteResponse.Builder
- Enclosing class:
- EditDeleteResponse
public static interface EditDeleteResponse.EditRunIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EditDeleteResponse.MessageStageeditRunId(java.lang.String editRunId)The ID of the deleted edit run
-
-
-
Method Detail
-
editRunId
EditDeleteResponse.MessageStage editRunId(@NotNull java.lang.String editRunId)
The ID of the deleted edit run
-
-