Package com.openai.models
Class BetaAssistantListPageAsync
-
- All Implemented Interfaces:
public final class BetaAssistantListPageAsync
Returns a list of assistants.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
BetaAssistantListPageAsync.Response
public final class
BetaAssistantListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final BetaAssistantListPageAsync.Response
response()
final List<Assistant>
data()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final Boolean
hasNextPage()
final Optional<BetaAssistantListParams>
getNextPageParams()
final CompletableFuture<Optional<BetaAssistantListPageAsync>>
getNextPage()
final BetaAssistantListPageAsync.AutoPager
autoPager()
final static BetaAssistantListPageAsync
of(AssistantServiceAsync assistantsService, BetaAssistantListParams params, BetaAssistantListPageAsync.Response response)
-
-
Method Detail
-
response
final BetaAssistantListPageAsync.Response response()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<BetaAssistantListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<BetaAssistantListPageAsync>> getNextPage()
-
autoPager
final BetaAssistantListPageAsync.AutoPager autoPager()
-
of
final static BetaAssistantListPageAsync of(AssistantServiceAsync assistantsService, BetaAssistantListParams params, BetaAssistantListPageAsync.Response response)
-
-
-
-