Package com.braintrustdata.api.models
Class ApiKeyListPage
-
- All Implemented Interfaces:
public final class ApiKeyListPageList 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 classApiKeyListPage.Responsepublic final classApiKeyListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final ApiKeyListPage.Responseresponse()final List<ApiKey>objects()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<ApiKeyListParams>getNextPageParams()final Optional<ApiKeyListPage>getNextPage()final ApiKeyListPage.AutoPagerautoPager()final static ApiKeyListPageof(ApiKeyService apiKeysService, ApiKeyListParams params, ApiKeyListPage.Response response)-
-
Method Detail
-
response
final ApiKeyListPage.Response response()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<ApiKeyListParams> getNextPageParams()
-
getNextPage
final Optional<ApiKeyListPage> getNextPage()
-
autoPager
final ApiKeyListPage.AutoPager autoPager()
-
of
final static ApiKeyListPage of(ApiKeyService apiKeysService, ApiKeyListParams params, ApiKeyListPage.Response response)
-
-
-
-