Package com.anthropic.models.beta.vaults
Class VaultListPageResponse
-
- All Implemented Interfaces:
public final class VaultListPageResponseResponse containing a paginated list of vaults.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classVaultListPageResponse.BuilderA builder for VaultListPageResponse.
-
Method Summary
Modifier and Type Method Description final Optional<List<BetaManagedAgentsVault>>data()List of vaults. final Optional<String>nextPage()Pagination token for the next page, or null if no more results. final JsonField<List<BetaManagedAgentsVault>>_data()Returns the raw JSON value of data. final JsonField<String>_nextPage()Returns the raw JSON value of nextPage. final Map<String, JsonValue>_additionalProperties()final VaultListPageResponse.BuildertoBuilder()final VaultListPageResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static VaultListPageResponse.Builderbuilder()Returns a mutable builder for constructing an instance of VaultListPageResponse. -
-
Method Detail
-
data
final Optional<List<BetaManagedAgentsVault>> data()
List of vaults.
-
nextPage
final Optional<String> nextPage()
Pagination token for the next page, or null if no more results.
-
_data
final JsonField<List<BetaManagedAgentsVault>> _data()
Returns the raw JSON value of data.
Unlike data, this method doesn't throw if the JSON field has an unexpected type.
-
_nextPage
final JsonField<String> _nextPage()
Returns the raw JSON value of nextPage.
Unlike nextPage, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final VaultListPageResponse.Builder toBuilder()
-
validate
final VaultListPageResponse validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static VaultListPageResponse.Builder builder()
Returns a mutable builder for constructing an instance of VaultListPageResponse.
-
-
-
-