Package com.openai.models.vectorstores
Class VectorStoreListPage.Builder
-
- All Implemented Interfaces:
public final class VectorStoreListPage.BuilderA builder for VectorStoreListPage.
-
-
Method Summary
Modifier and Type Method Description final VectorStoreListPage.Builderservice(VectorStoreService service)final VectorStoreListPage.Builderparams(VectorStoreListParams params)The parameters that were used to request this page. final VectorStoreListPage.Builderresponse(VectorStoreListPageResponse response)The response that this page was parsed from. final VectorStoreListPagebuild()Returns an immutable instance of VectorStoreListPage. -
-
Method Detail
-
service
final VectorStoreListPage.Builder service(VectorStoreService service)
-
params
final VectorStoreListPage.Builder params(VectorStoreListParams params)
The parameters that were used to request this page.
-
response
final VectorStoreListPage.Builder response(VectorStoreListPageResponse response)
The response that this page was parsed from.
-
build
final VectorStoreListPage build()
Returns an immutable instance of VectorStoreListPage.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.service() .params() .response()
-
-
-
-