Package com.braintrustdata.api.models
Class AiSecretListPageAsync
-
- All Implemented Interfaces:
public final class AiSecretListPageAsyncList out all ai_secrets. The ai_secrets are sorted by creation date, with the most recently-created ai_secrets coming first
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAiSecretListPageAsync.Responsepublic final classAiSecretListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final AiSecretListPageAsync.Responseresponse()final List<AISecret>objects()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<AiSecretListParams>getNextPageParams()final CompletableFuture<Optional<AiSecretListPageAsync>>getNextPage()final AiSecretListPageAsync.AutoPagerautoPager()final static AiSecretListPageAsyncof(AiSecretServiceAsync aiSecretsService, AiSecretListParams params, AiSecretListPageAsync.Response response)-
-
Method Detail
-
response
final AiSecretListPageAsync.Response response()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<AiSecretListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<AiSecretListPageAsync>> getNextPage()
-
autoPager
final AiSecretListPageAsync.AutoPager autoPager()
-
of
final static AiSecretListPageAsync of(AiSecretServiceAsync aiSecretsService, AiSecretListParams params, AiSecretListPageAsync.Response response)
-
-
-
-