public static class SyntheticsApi.SearchSuitesOptionalParameters extends Object
| Constructor and Description |
|---|
SearchSuitesOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsApi.SearchSuitesOptionalParameters |
count(Long count)
Set count.
|
SyntheticsApi.SearchSuitesOptionalParameters |
facetsOnly(Boolean facetsOnly)
Set facetsOnly.
|
SyntheticsApi.SearchSuitesOptionalParameters |
query(String query)
Set query.
|
SyntheticsApi.SearchSuitesOptionalParameters |
sort(String sort)
Set sort.
|
SyntheticsApi.SearchSuitesOptionalParameters |
start(Long start)
Set start.
|
public SyntheticsApi.SearchSuitesOptionalParameters query(String query)
query - The search query. (optional)public SyntheticsApi.SearchSuitesOptionalParameters sort(String sort)
sort - The sort order for the results (e.g., name,asc or name,desc
). (optional, default to "name,asc")public SyntheticsApi.SearchSuitesOptionalParameters facetsOnly(Boolean facetsOnly)
facetsOnly - If true, return only facets instead of full test details. (optional,
default to false)public SyntheticsApi.SearchSuitesOptionalParameters start(Long start)
start - The offset from which to start returning results. (optional, default to 0)public SyntheticsApi.SearchSuitesOptionalParameters count(Long count)
count - The maximum number of results to return. (optional, default to 50)Copyright © 2026. All rights reserved.