Class ParseRunsDeleteResponse.Builder
- java.lang.Object
-
- ai.extend.resources.parseruns.types.ParseRunsDeleteResponse.Builder
-
- All Implemented Interfaces:
ParseRunsDeleteResponse._FinalStage,ParseRunsDeleteResponse.IdStage
- Enclosing class:
- ParseRunsDeleteResponse
public static final class ParseRunsDeleteResponse.Builder extends java.lang.Object implements ParseRunsDeleteResponse.IdStage, ParseRunsDeleteResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParseRunsDeleteResponsebuild()ParseRunsDeleteResponse.Builderfrom(ParseRunsDeleteResponse other)ParseRunsDeleteResponse._FinalStageid(java.lang.String id)The ID of the deleted parse run.
-
-
-
Method Detail
-
from
public ParseRunsDeleteResponse.Builder from(ParseRunsDeleteResponse other)
- Specified by:
fromin interfaceParseRunsDeleteResponse.IdStage
-
id
public ParseRunsDeleteResponse._FinalStage id(@NotNull java.lang.String id)
The ID of the deleted parse run.
The ID of the deleted parse run.
- Specified by:
idin interfaceParseRunsDeleteResponse.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public ParseRunsDeleteResponse build()
- Specified by:
buildin interfaceParseRunsDeleteResponse._FinalStage
-
-