public static class ProcessesApi.ListProcessesOptionalParameters extends Object
| Constructor and Description |
|---|
ListProcessesOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
ProcessesApi.ListProcessesOptionalParameters |
from(Long from)
Set from.
|
ProcessesApi.ListProcessesOptionalParameters |
pageCursor(String pageCursor)
Set pageCursor.
|
ProcessesApi.ListProcessesOptionalParameters |
pageLimit(Integer pageLimit)
Set pageLimit.
|
ProcessesApi.ListProcessesOptionalParameters |
search(String search)
Set search.
|
ProcessesApi.ListProcessesOptionalParameters |
tags(String tags)
Set tags.
|
ProcessesApi.ListProcessesOptionalParameters |
to(Long to)
Set to.
|
public ProcessesApi.ListProcessesOptionalParameters search(String search)
search - String to search processes by. (optional)public ProcessesApi.ListProcessesOptionalParameters tags(String tags)
tags - Comma-separated list of tags to filter processes by. (optional)public ProcessesApi.ListProcessesOptionalParameters from(Long from)
from - Unix timestamp (number of seconds since epoch) of the start of the query window.
If not provided, the start of the query window will be 15 minutes before the to
timestamp. If neither from nor to are provided, the
query window will be [now - 15m, now]. (optional)public ProcessesApi.ListProcessesOptionalParameters to(Long to)
to - Unix timestamp (number of seconds since epoch) of the end of the query window. If
not provided, the end of the query window will be 15 minutes after the from
timestamp. If neither from nor to are provided, the query
window will be [now - 15m, now]. (optional)public ProcessesApi.ListProcessesOptionalParameters pageLimit(Integer pageLimit)
pageLimit - Maximum number of results returned. (optional, default to 1000)public ProcessesApi.ListProcessesOptionalParameters pageCursor(String pageCursor)
pageCursor - String to query the next page of results. This key is provided with each
valid response from the API in meta.page.after. (optional)Copyright © 2024. All rights reserved.