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