public class ParametersForCreateSimpleSearchOperation extends Object
createSimpleSearchOperation.| Constructor and Description |
|---|
ParametersForCreateSimpleSearchOperation() |
| 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 |
getRepoId()
The requested repository ID.
|
SimpleSearchRequest |
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 |
isFormatFields()
Boolean for if field values should be formatted.
|
ParametersForCreateSimpleSearchOperation |
setCount(Boolean count)
Sets the value of the count parameter and returns the current object, to enable chaining further setters.
|
ParametersForCreateSimpleSearchOperation |
setCulture(String culture)
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
|
ParametersForCreateSimpleSearchOperation |
setFields(String[] fields)
Sets the value of the fields parameter and returns the current object, to enable chaining further setters.
|
ParametersForCreateSimpleSearchOperation |
setFormatFields(Boolean formatFields)
Sets the value of the formatFields parameter and returns the current object, to enable chaining further setters.
|
ParametersForCreateSimpleSearchOperation |
setOrderby(String orderby)
Sets the value of the orderby parameter and returns the current object, to enable chaining further setters.
|
ParametersForCreateSimpleSearchOperation |
setRepoId(String repoId)
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
|
ParametersForCreateSimpleSearchOperation |
setRequestBody(SimpleSearchRequest requestBody) |
ParametersForCreateSimpleSearchOperation |
setSelect(String select)
Sets the value of the select parameter and returns the current object, to enable chaining further setters.
|
public ParametersForCreateSimpleSearchOperation()
public ParametersForCreateSimpleSearchOperation setSelect(String select)
select - Limits the properties returned in the result.ParametersForCreateSimpleSearchOperation The return valuepublic String getSelect()
String The return valuepublic ParametersForCreateSimpleSearchOperation setOrderby(String orderby)
orderby - Specifies the order in which items are returned. The maximum number of expressions is 5.ParametersForCreateSimpleSearchOperation The return valuepublic String getOrderby()
String The return valuepublic ParametersForCreateSimpleSearchOperation setCount(Boolean count)
count - Indicates whether the total count of items within a collection are returned in the result.ParametersForCreateSimpleSearchOperation The return valuepublic Boolean isCount()
Boolean The return valuepublic ParametersForCreateSimpleSearchOperation setRepoId(String repoId)
repoId - The requested repository ID.ParametersForCreateSimpleSearchOperation The return valuepublic ParametersForCreateSimpleSearchOperation setFields(String[] fields)
fields - Optional array of field names. Field values corresponding to the given field names will be returned for each search result.ParametersForCreateSimpleSearchOperation The return valuepublic String[] getFields()
String[] The return valuepublic ParametersForCreateSimpleSearchOperation setFormatFields(Boolean formatFields)
formatFields - Boolean for if field values should be formatted. Only applicable if Fields are specified.ParametersForCreateSimpleSearchOperation The return valuepublic Boolean isFormatFields()
Boolean The return valuepublic ParametersForCreateSimpleSearchOperation setRequestBody(SimpleSearchRequest requestBody)
public SimpleSearchRequest getRequestBody()
public ParametersForCreateSimpleSearchOperation 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.ParametersForCreateSimpleSearchOperation The return valuepublic String getCulture()
String The return valueCopyright © 2025. All rights reserved.