Class MemoryStoreListPageResponse
-
- All Implemented Interfaces:
public final class MemoryStoreListPageResponseA page of
memory_storeresults, ordered bycreated_atdescending (newest first).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMemoryStoreListPageResponse.BuilderA builder for MemoryStoreListPageResponse.
-
Method Summary
Modifier and Type Method Description final Optional<List<BetaManagedAgentsMemoryStore>>data()Memory stores on this page, newest first. final Optional<String>nextPage()Opaque cursor for the next page (a page_...value).final JsonField<List<BetaManagedAgentsMemoryStore>>_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 MemoryStoreListPageResponse.BuildertoBuilder()final MemoryStoreListPageResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MemoryStoreListPageResponse.Builderbuilder()Returns a mutable builder for constructing an instance of MemoryStoreListPageResponse. -
-
Method Detail
-
data
final Optional<List<BetaManagedAgentsMemoryStore>> data()
Memory stores on this page, newest first. Empty when there are no stores matching the filters.
-
nextPage
final Optional<String> nextPage()
Opaque cursor for the next page (a
page_...value). Pass aspageon the next request.nullwhen there are no more results.
-
_data
final JsonField<List<BetaManagedAgentsMemoryStore>> _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 MemoryStoreListPageResponse.Builder toBuilder()
-
validate
final MemoryStoreListPageResponse 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 MemoryStoreListPageResponse.Builder builder()
Returns a mutable builder for constructing an instance of MemoryStoreListPageResponse.
-
-
-
-