public class ParametersForSearchEntry extends Object
searchEntry.| Constructor and Description |
|---|
ParametersForSearchEntry() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCulture()
An optional query parameter used to indicate the locale that should be used for formatting.
|
String[] |
getFields()
Optional array of field names.
|
String |
getOrderby()
Specifies the order in which items are returned.
|
String |
getRepositoryId()
The requested repository ID.
|
SearchEntryRequest |
getRequestBody() |
String |
getSelect()
Limits the properties returned in the result.
|
Boolean |
isCount()
Indicates whether the total count of items within a collection are returned in the result.
|
Boolean |
isFormatFieldValues()
Indicates if field values should be formatted.
|
ParametersForSearchEntry |
setCount(Boolean count)
Sets the value of the count parameter and returns the current object, to enable chaining further setters.
|
ParametersForSearchEntry |
setCulture(String culture)
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
|
ParametersForSearchEntry |
setFields(String... fields)
Sets the value of the fields parameter and returns the current object, to enable chaining further setters.
|
ParametersForSearchEntry |
setFormatFieldValues(Boolean formatFieldValues)
Sets the value of the formatFieldValues parameter and returns the current object, to enable chaining further setters.
|
ParametersForSearchEntry |
setOrderby(String orderby)
Sets the value of the orderby parameter and returns the current object, to enable chaining further setters.
|
ParametersForSearchEntry |
setRepositoryId(String repositoryId)
Sets the value of the repositoryId parameter and returns the current object, to enable chaining further setters.
|
ParametersForSearchEntry |
setRequestBody(SearchEntryRequest requestBody) |
ParametersForSearchEntry |
setSelect(String select)
Sets the value of the select parameter and returns the current object, to enable chaining further setters.
|
public ParametersForSearchEntry setSelect(String select)
select - Limits the properties returned in the result.ParametersForSearchEntry The return valuepublic String getSelect()
String The return valuepublic ParametersForSearchEntry setOrderby(String orderby)
orderby - Specifies the order in which items are returned. The maximum number of expressions is 5.ParametersForSearchEntry The return valuepublic String getOrderby()
String The return valuepublic ParametersForSearchEntry setCount(Boolean count)
count - Indicates whether the total count of items within a collection are returned in the result.ParametersForSearchEntry The return valuepublic Boolean isCount()
Boolean The return valuepublic ParametersForSearchEntry setRepositoryId(String repositoryId)
repositoryId - The requested repository ID.ParametersForSearchEntry The return valuepublic String getRepositoryId()
String The return valuepublic ParametersForSearchEntry setFields(String... fields)
fields - Optional array of field names. Field values corresponding to the given field names will be returned for each search result.ParametersForSearchEntry The return valuepublic String[] getFields()
String[] The return valuepublic ParametersForSearchEntry setFormatFieldValues(Boolean formatFieldValues)
formatFieldValues - Indicates if field values should be formatted. Only applicable if Fields are specified. The default value is false.ParametersForSearchEntry The return valuepublic Boolean isFormatFieldValues()
Boolean The return valuepublic ParametersForSearchEntry setRequestBody(SearchEntryRequest requestBody)
public SearchEntryRequest getRequestBody()
public ParametersForSearchEntry 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 formatFieldValues query parameter must be set to true, otherwise culture will not be used for formatting.ParametersForSearchEntry The return valuepublic String getCulture()
String The return valueCopyright © 2025. All rights reserved.