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