Class MemoryVersionListPageResponse
-
- All Implemented Interfaces:
public final class MemoryVersionListPageResponseResponse payload for /en/api/beta/memory_stores/memory_versions/list.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMemoryVersionListPageResponse.BuilderA builder for MemoryVersionListPageResponse.
-
Method Summary
Modifier and Type Method Description final Optional<List<BetaManagedAgentsMemoryVersion>>data()One page of memory_versionobjects, ordered bycreated_atdescending (newest first), withidas tiebreak.final Optional<String>nextPage()Opaque cursor for the next page (a page_...value), ornullif there are no more results.final JsonField<List<BetaManagedAgentsMemoryVersion>>_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 MemoryVersionListPageResponse.BuildertoBuilder()final MemoryVersionListPageResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MemoryVersionListPageResponse.Builderbuilder()Returns a mutable builder for constructing an instance of MemoryVersionListPageResponse. -
-
Method Detail
-
data
final Optional<List<BetaManagedAgentsMemoryVersion>> data()
One page of
memory_versionobjects, ordered bycreated_atdescending (newest first), withidas tiebreak.
-
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<BetaManagedAgentsMemoryVersion>> _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 MemoryVersionListPageResponse.Builder toBuilder()
-
validate
final MemoryVersionListPageResponse 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 MemoryVersionListPageResponse.Builder builder()
Returns a mutable builder for constructing an instance of MemoryVersionListPageResponse.
-
-
-
-