Package com.openai.models.vectorstores
Class VectorStoreListPageAsync
-
- All Implemented Interfaces:
public final class VectorStoreListPageAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classVectorStoreListPageAsync.BuilderA builder for VectorStoreListPageAsync.
public final classVectorStoreListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final List<VectorStore>data()Delegates to VectorStoreListPageResponse, but gracefully handles missing data. final Optional<Boolean>hasMore()Delegates to VectorStoreListPageResponse, but gracefully handles missing data. final BooleanhasNextPage()final Optional<VectorStoreListParams>getNextPageParams()final CompletableFuture<Optional<VectorStoreListPageAsync>>getNextPage()final VectorStoreListPageAsync.AutoPagerautoPager()final VectorStoreListParamsparams()The parameters that were used to request this page. final VectorStoreListPageResponseresponse()The response that this page was parsed from. final VectorStoreListPageAsync.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static VectorStoreListPageAsync.Builderbuilder()Returns a mutable builder for constructing an instance of VectorStoreListPageAsync. -
-
Method Detail
-
data
final List<VectorStore> data()
Delegates to VectorStoreListPageResponse, but gracefully handles missing data.
-
hasMore
final Optional<Boolean> hasMore()
Delegates to VectorStoreListPageResponse, but gracefully handles missing data.
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<VectorStoreListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<VectorStoreListPageAsync>> getNextPage()
-
autoPager
final VectorStoreListPageAsync.AutoPager autoPager()
-
params
final VectorStoreListParams params()
The parameters that were used to request this page.
-
response
final VectorStoreListPageResponse response()
The response that this page was parsed from.
-
toBuilder
final VectorStoreListPageAsync.Builder toBuilder()
-
builder
final static VectorStoreListPageAsync.Builder builder()
Returns a mutable builder for constructing an instance of VectorStoreListPageAsync.
The following fields are required:
.service() .params() .response()
-
-
-
-