Package com.openai.models
Class BetaThreadRunStepListPageAsync
-
- All Implemented Interfaces:
public final class BetaThreadRunStepListPageAsync
Returns a list of run steps belonging to a run.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
BetaThreadRunStepListPageAsync.Response
public final class
BetaThreadRunStepListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final BetaThreadRunStepListPageAsync.Response
response()
final List<RunStep>
data()
final Optional<Boolean>
hasMore()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final Boolean
hasNextPage()
final Optional<BetaThreadRunStepListParams>
getNextPageParams()
final CompletableFuture<Optional<BetaThreadRunStepListPageAsync>>
getNextPage()
final BetaThreadRunStepListPageAsync.AutoPager
autoPager()
final static BetaThreadRunStepListPageAsync
of(StepServiceAsync stepsService, BetaThreadRunStepListParams params, BetaThreadRunStepListPageAsync.Response response)
-
-
Method Detail
-
response
final BetaThreadRunStepListPageAsync.Response response()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<BetaThreadRunStepListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<BetaThreadRunStepListPageAsync>> getNextPage()
-
autoPager
final BetaThreadRunStepListPageAsync.AutoPager autoPager()
-
of
final static BetaThreadRunStepListPageAsync of(StepServiceAsync stepsService, BetaThreadRunStepListParams params, BetaThreadRunStepListPageAsync.Response response)
-
-
-
-