public static class ServiceLevelObjectivesApi.SearchSLOOptionalParameters extends Object
| Constructor and Description |
|---|
SearchSLOOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
ServiceLevelObjectivesApi.SearchSLOOptionalParameters |
includeFacets(Boolean includeFacets)
Set includeFacets.
|
ServiceLevelObjectivesApi.SearchSLOOptionalParameters |
pageNumber(Long pageNumber)
Set pageNumber.
|
ServiceLevelObjectivesApi.SearchSLOOptionalParameters |
pageSize(Long pageSize)
Set pageSize.
|
ServiceLevelObjectivesApi.SearchSLOOptionalParameters |
query(String query)
Set query.
|
public ServiceLevelObjectivesApi.SearchSLOOptionalParameters query(String query)
query - The query string to filter results based on SLO names. Some examples of queries
include service:<service-name> and <slo-name>.
(optional)public ServiceLevelObjectivesApi.SearchSLOOptionalParameters pageSize(Long pageSize)
pageSize - The number of files to return in the response [default=10].
(optional)public ServiceLevelObjectivesApi.SearchSLOOptionalParameters pageNumber(Long pageNumber)
pageNumber - The identifier of the first page to return. This parameter is used for the
pagination feature [default=0]. (optional)public ServiceLevelObjectivesApi.SearchSLOOptionalParameters includeFacets(Boolean includeFacets)
includeFacets - Whether or not to return facet information in the response
[default=false]. (optional)Copyright © 2024. All rights reserved.