public class ParametersForGetSearchContextHits extends Object
getSearchContextHits.| Constructor and Description |
|---|
ParametersForGetSearchContextHits() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOrderby()
Specifies the order in which items are returned.
|
String |
getPrefer()
An optional OData header.
|
String |
getRepoId()
The requested repository ID.
|
Integer |
getRowNumber()
The search result listing row number to get context hits for.
|
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.
|
ParametersForGetSearchContextHits |
setCount(Boolean count)
Sets the value of the count parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetSearchContextHits |
setOrderby(String orderby)
Sets the value of the orderby parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetSearchContextHits |
setPrefer(String prefer)
Sets the value of the prefer parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetSearchContextHits |
setRepoId(String repoId)
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetSearchContextHits |
setRowNumber(Integer rowNumber)
Sets the value of the rowNumber parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetSearchContextHits |
setSearchToken(String searchToken)
Sets the value of the searchToken parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetSearchContextHits |
setSelect(String select)
Sets the value of the select parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetSearchContextHits |
setSkip(Integer skip)
Sets the value of the skip parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetSearchContextHits |
setTop(Integer top)
Sets the value of the top parameter and returns the current object, to enable chaining further setters.
|
public ParametersForGetSearchContextHits setRepoId(String repoId)
repoId - The requested repository ID.ParametersForGetSearchContextHits The return valuepublic ParametersForGetSearchContextHits setSearchToken(String searchToken)
searchToken - The requested searchToken.ParametersForGetSearchContextHits The return valuepublic String getSearchToken()
String The return valuepublic ParametersForGetSearchContextHits setRowNumber(Integer rowNumber)
rowNumber - The search result listing row number to get context hits for.ParametersForGetSearchContextHits The return valuepublic Integer getRowNumber()
Integer The return valuepublic ParametersForGetSearchContextHits setPrefer(String prefer)
prefer - An optional OData header. Can be used to set the maximum page size using odata.maxpagesize.ParametersForGetSearchContextHits The return valuepublic String getPrefer()
String The return valuepublic ParametersForGetSearchContextHits setSelect(String select)
select - Limits the properties returned in the result.ParametersForGetSearchContextHits The return valuepublic String getSelect()
String The return valuepublic ParametersForGetSearchContextHits setOrderby(String orderby)
orderby - Specifies the order in which items are returned. The maximum number of expressions is 5.ParametersForGetSearchContextHits The return valuepublic String getOrderby()
String The return valuepublic ParametersForGetSearchContextHits setTop(Integer top)
top - Limits the number of items returned from a collection.ParametersForGetSearchContextHits The return valuepublic Integer getTop()
Integer The return valuepublic ParametersForGetSearchContextHits setSkip(Integer skip)
skip - Excludes the specified number of items of the queried collection from the result.ParametersForGetSearchContextHits The return valuepublic Integer getSkip()
Integer The return valuepublic ParametersForGetSearchContextHits setCount(Boolean count)
count - Indicates whether the total count of items within a collection are returned in the result.ParametersForGetSearchContextHits The return valueCopyright © 2025. All rights reserved.