Package com.braintrustdata.api.models
Class ApiKeyListPageAsync
-
- All Implemented Interfaces:
public final class ApiKeyListPageAsyncList out all api_keys. The api_keys are sorted by creation date, with the most recently-created api_keys coming first
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classApiKeyListPageAsync.Responsepublic final classApiKeyListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final ApiKeyListPageAsync.Responseresponse()final List<ApiKey>objects()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<ApiKeyListParams>getNextPageParams()final CompletableFuture<Optional<ApiKeyListPageAsync>>getNextPage()final ApiKeyListPageAsync.AutoPagerautoPager()final static ApiKeyListPageAsyncof(ApiKeyServiceAsync apiKeysService, ApiKeyListParams params, ApiKeyListPageAsync.Response response)-
-
Method Detail
-
response
final ApiKeyListPageAsync.Response response()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<ApiKeyListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<ApiKeyListPageAsync>> getNextPage()
-
autoPager
final ApiKeyListPageAsync.AutoPager autoPager()
-
of
final static ApiKeyListPageAsync of(ApiKeyServiceAsync apiKeysService, ApiKeyListParams params, ApiKeyListPageAsync.Response response)
-
-
-
-