public static class ActionsDatastoresApi.ListDatastoreItemsOptionalParameters extends Object
| Constructor and Description |
|---|
ListDatastoreItemsOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
ActionsDatastoresApi.ListDatastoreItemsOptionalParameters |
filter(String filter)
Set filter.
|
ActionsDatastoresApi.ListDatastoreItemsOptionalParameters |
itemKey(String itemKey)
Set itemKey.
|
ActionsDatastoresApi.ListDatastoreItemsOptionalParameters |
pageLimit(Long pageLimit)
Set pageLimit.
|
ActionsDatastoresApi.ListDatastoreItemsOptionalParameters |
pageOffset(Long pageOffset)
Set pageOffset.
|
ActionsDatastoresApi.ListDatastoreItemsOptionalParameters |
sort(String sort)
Set sort.
|
public ListDatastoreItemsOptionalParameters()
public ActionsDatastoresApi.ListDatastoreItemsOptionalParameters filter(String filter)
filter - Optional query filter to search items using the logs search syntax.
(optional)public ActionsDatastoresApi.ListDatastoreItemsOptionalParameters itemKey(String itemKey)
itemKey - Optional primary key value to retrieve a specific item. Cannot be used
together with the filter parameter. (optional)public ActionsDatastoresApi.ListDatastoreItemsOptionalParameters pageLimit(Long pageLimit)
pageLimit - Optional field to limit the number of items to return per page for
pagination. Up to 100 items can be returned per page. (optional)public ActionsDatastoresApi.ListDatastoreItemsOptionalParameters pageOffset(Long pageOffset)
pageOffset - Optional field to offset the number of items to skip from the beginning of
the result set for pagination. (optional)public ActionsDatastoresApi.ListDatastoreItemsOptionalParameters sort(String sort)
sort - Optional field to sort results by. Prefix with '-' for descending order (e.g.,
'-created_at'). (optional)Copyright © 2026. All rights reserved.