Class MemoryListPageResponse
-
- All Implemented Interfaces:
public final class MemoryListPageResponseResponse payload for /en/api/beta/memory_stores/memories/list.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMemoryListPageResponse.BuilderA builder for MemoryListPageResponse.
-
Method Summary
Modifier and Type Method Description final Optional<List<BetaManagedAgentsMemoryListItem>>data()One page of results. final Optional<String>nextPage()Opaque cursor for the next page (a page_...value), ornullif there are no more results.final JsonField<List<BetaManagedAgentsMemoryListItem>>_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 MemoryListPageResponse.BuildertoBuilder()final MemoryListPageResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MemoryListPageResponse.Builderbuilder()Returns a mutable builder for constructing an instance of MemoryListPageResponse. -
-
Method Detail
-
data
final Optional<List<BetaManagedAgentsMemoryListItem>> data()
One page of results. Each item is either a
memoryobject or, whendepthwas set, amemory_prefixrollup marker. Items appear in the requestedorder_by/order.
-
nextPage
final Optional<String> nextPage()
Opaque cursor for the next page (a
page_...value), ornullif there are no more results. Pass aspageon the next request.
-
_data
final JsonField<List<BetaManagedAgentsMemoryListItem>> _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 MemoryListPageResponse.Builder toBuilder()
-
validate
final MemoryListPageResponse 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 MemoryListPageResponse.Builder builder()
Returns a mutable builder for constructing an instance of MemoryListPageResponse.
-
-
-
-