Package com.braintrustdata.api.models
Class AiSecretListPage
-
- All Implemented Interfaces:
public final class AiSecretListPageList 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 classAiSecretListPage.Responsepublic final classAiSecretListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final AiSecretListPage.Responseresponse()final List<AISecret>objects()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<AiSecretListParams>getNextPageParams()final Optional<AiSecretListPage>getNextPage()final AiSecretListPage.AutoPagerautoPager()final static AiSecretListPageof(AiSecretService aiSecretsService, AiSecretListParams params, AiSecretListPage.Response response)-
-
Method Detail
-
response
final AiSecretListPage.Response response()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<AiSecretListParams> getNextPageParams()
-
getNextPage
final Optional<AiSecretListPage> getNextPage()
-
autoPager
final AiSecretListPage.AutoPager autoPager()
-
of
final static AiSecretListPage of(AiSecretService aiSecretsService, AiSecretListParams params, AiSecretListPage.Response response)
-
-
-
-