public class ParametersForGetSearchResults extends Object
getSearchResults.| Constructor and Description |
|---|
ParametersForGetSearchResults() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCulture()
An optional query parameter used to indicate the locale that should be used for formatting.
The value should be a standard language tag. |
String[] |
getFields()
Optional array of field names.
|
String |
getOrderby()
Specifies the order in which items are returned.
|
String |
getPrefer()
An optional odata header.
|
String |
getRepoId()
The requested repository ID.
|
String |
getSearchToken()
The requested searchToken.
|
String |
getSelect()
Limits the properties returned in the result.
|
Integer |
getSkip()
Excludes the specified number of items of the queried collection from the result.
|
Integer |
getTop()
Limits the number of items returned from a collection.
|
Boolean |
isCount()
Indicates whether the total count of items within a collection are returned in the result.
|
Boolean |
isFormatFields()
Boolean for if field values should be formatted.
|
Boolean |
isGroupByEntryType()
An optional query parameter used to indicate if the result should be grouped by entry type or not.
|
Boolean |
isRefresh()
If the search listing should be refreshed to show updated values.
|
ParametersForGetSearchResults |
setCount(Boolean count)
Sets the value of the count parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetSearchResults |
setCulture(String culture)
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetSearchResults |
setFields(String[] fields)
Sets the value of the fields parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetSearchResults |
setFormatFields(Boolean formatFields)
Sets the value of the formatFields parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetSearchResults |
setGroupByEntryType(Boolean groupByEntryType)
Sets the value of the groupByEntryType parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetSearchResults |
setOrderby(String orderby)
Sets the value of the orderby parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetSearchResults |
setPrefer(String prefer)
Sets the value of the prefer parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetSearchResults |
setRefresh(Boolean refresh)
Sets the value of the refresh parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetSearchResults |
setRepoId(String repoId)
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetSearchResults |
setSearchToken(String searchToken)
Sets the value of the searchToken parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetSearchResults |
setSelect(String select)
Sets the value of the select parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetSearchResults |
setSkip(Integer skip)
Sets the value of the skip parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetSearchResults |
setTop(Integer top)
Sets the value of the top parameter and returns the current object, to enable chaining further setters.
|
public ParametersForGetSearchResults setRepoId(String repoId)
repoId - The requested repository ID.ParametersForGetSearchResults The return valuepublic ParametersForGetSearchResults setSearchToken(String searchToken)
searchToken - The requested searchToken.ParametersForGetSearchResults The return valuepublic String getSearchToken()
String The return valuepublic ParametersForGetSearchResults setGroupByEntryType(Boolean groupByEntryType)
groupByEntryType - An optional query parameter used to indicate if the result should be grouped by entry type or not.ParametersForGetSearchResults The return valuepublic Boolean isGroupByEntryType()
Boolean The return valuepublic ParametersForGetSearchResults setRefresh(Boolean refresh)
refresh - If the search listing should be refreshed to show updated values.ParametersForGetSearchResults The return valuepublic Boolean isRefresh()
Boolean The return valuepublic ParametersForGetSearchResults setFields(String[] fields)
fields - Optional array of field names. Field values corresponding to the given field names will be returned for each search result.ParametersForGetSearchResults The return valuepublic String[] getFields()
String[] The return valuepublic ParametersForGetSearchResults setFormatFields(Boolean formatFields)
formatFields - Boolean for if field values should be formatted. Only applicable if Fields are specified.ParametersForGetSearchResults The return valuepublic Boolean isFormatFields()
Boolean The return valuepublic ParametersForGetSearchResults setPrefer(String prefer)
prefer - An optional odata header. Can be used to set the maximum page size using odata.maxpagesize.ParametersForGetSearchResults The return valuepublic String getPrefer()
String The return valuepublic ParametersForGetSearchResults setCulture(String culture)
culture - An optional query parameter used to indicate the locale that should be used for formatting.
The value should be a standard language tag. The formatFields query parameter must be set to true, otherwise
culture will not be used for formatting.ParametersForGetSearchResults The return valuepublic String getCulture()
String The return valuepublic ParametersForGetSearchResults setSelect(String select)
select - Limits the properties returned in the result.ParametersForGetSearchResults The return valuepublic String getSelect()
String The return valuepublic ParametersForGetSearchResults setOrderby(String orderby)
orderby - Specifies the order in which items are returned. The maximum number of expressions is 5.ParametersForGetSearchResults The return valuepublic String getOrderby()
String The return valuepublic ParametersForGetSearchResults setTop(Integer top)
top - Limits the number of items returned from a collection.ParametersForGetSearchResults The return valuepublic Integer getTop()
Integer The return valuepublic ParametersForGetSearchResults setSkip(Integer skip)
skip - Excludes the specified number of items of the queried collection from the result.ParametersForGetSearchResults The return valuepublic Integer getSkip()
Integer The return valuepublic ParametersForGetSearchResults setCount(Boolean count)
count - Indicates whether the total count of items within a collection are returned in the result.ParametersForGetSearchResults The return valueCopyright © 2025. All rights reserved.