Package ai.extend.resources.edit.types
Interface EditGetResponse.SuccessStage
-
- All Known Implementing Classes:
EditGetResponse.Builder
- Enclosing class:
- EditGetResponse
public static interface EditGetResponse.SuccessStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EditGetResponse.Builderfrom(EditGetResponse other)EditGetResponse.EditRunStagesuccess(boolean success)
-
-
-
Method Detail
-
success
EditGetResponse.EditRunStage success(boolean success)
-
from
EditGetResponse.Builder from(EditGetResponse other)
-
-