Package dev.case.api.models.vault.memory
Class MemoryListResponse
-
- All Implemented Interfaces:
public final class MemoryListResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMemoryListResponse.BuilderA builder for MemoryListResponse.
public final classMemoryListResponse.Entrypublic final classMemoryListResponse.Meta
-
Method Summary
Modifier and Type Method Description final Optional<List<MemoryListResponse.Entry>>entries()final Optional<MemoryListResponse.Meta>meta()final JsonField<List<MemoryListResponse.Entry>>_entries()Returns the raw JSON value of entries. final JsonField<MemoryListResponse.Meta>_meta()Returns the raw JSON value of meta. final Map<String, JsonValue>_additionalProperties()final MemoryListResponse.BuildertoBuilder()final MemoryListResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MemoryListResponse.Builderbuilder()Returns a mutable builder for constructing an instance of MemoryListResponse. -
-
Method Detail
-
entries
final Optional<List<MemoryListResponse.Entry>> entries()
-
meta
final Optional<MemoryListResponse.Meta> meta()
-
_entries
final JsonField<List<MemoryListResponse.Entry>> _entries()
Returns the raw JSON value of entries.
Unlike entries, this method doesn't throw if the JSON field has an unexpected type.
-
_meta
final JsonField<MemoryListResponse.Meta> _meta()
Returns the raw JSON value of meta.
Unlike meta, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final MemoryListResponse.Builder toBuilder()
-
validate
final MemoryListResponse 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 MemoryListResponse.Builder builder()
Returns a mutable builder for constructing an instance of MemoryListResponse.
-
-
-
-