public class ParametersForGetFieldValues extends Object
getFieldValues.| Constructor and Description |
|---|
ParametersForGetFieldValues() |
| 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. |
Integer |
getEntryId()
The requested entry ID.
|
String |
getOrderby()
Specifies the order in which items are returned.
|
String |
getPrefer()
An optional OData header.
|
String |
getRepoId()
The requested repository ID.
|
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 |
isFormatValue()
An optional query parameter used to indicate if the field values should be formatted.
The default value is false. |
ParametersForGetFieldValues |
setCount(Boolean count)
Sets the value of the count parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetFieldValues |
setCulture(String culture)
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetFieldValues |
setEntryId(Integer entryId)
Sets the value of the entryId parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetFieldValues |
setFormatValue(Boolean formatValue)
Sets the value of the formatValue parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetFieldValues |
setOrderby(String orderby)
Sets the value of the orderby parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetFieldValues |
setPrefer(String prefer)
Sets the value of the prefer parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetFieldValues |
setRepoId(String repoId)
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetFieldValues |
setSelect(String select)
Sets the value of the select parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetFieldValues |
setSkip(Integer skip)
Sets the value of the skip parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetFieldValues |
setTop(Integer top)
Sets the value of the top parameter and returns the current object, to enable chaining further setters.
|
public ParametersForGetFieldValues setRepoId(String repoId)
repoId - The requested repository ID.ParametersForGetFieldValues The return valuepublic ParametersForGetFieldValues setEntryId(Integer entryId)
entryId - The requested entry ID.ParametersForGetFieldValues The return valuepublic ParametersForGetFieldValues setPrefer(String prefer)
prefer - An optional OData header. Can be used to set the maximum page size using odata.maxpagesize.ParametersForGetFieldValues The return valuepublic String getPrefer()
String The return valuepublic ParametersForGetFieldValues setFormatValue(Boolean formatValue)
formatValue - An optional query parameter used to indicate if the field values should be formatted.
The default value is false.ParametersForGetFieldValues The return valuepublic Boolean isFormatValue()
Boolean The return valuepublic ParametersForGetFieldValues 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 formatValue query parameter must be set to true, otherwise
culture will not be used for formatting.ParametersForGetFieldValues The return valuepublic String getCulture()
String The return valuepublic ParametersForGetFieldValues setSelect(String select)
select - Limits the properties returned in the result.ParametersForGetFieldValues The return valuepublic String getSelect()
String The return valuepublic ParametersForGetFieldValues setOrderby(String orderby)
orderby - Specifies the order in which items are returned. The maximum number of expressions is 5.ParametersForGetFieldValues The return valuepublic String getOrderby()
String The return valuepublic ParametersForGetFieldValues setTop(Integer top)
top - Limits the number of items returned from a collection.ParametersForGetFieldValues The return valuepublic Integer getTop()
Integer The return valuepublic ParametersForGetFieldValues setSkip(Integer skip)
skip - Excludes the specified number of items of the queried collection from the result.ParametersForGetFieldValues The return valuepublic Integer getSkip()
Integer The return valuepublic ParametersForGetFieldValues setCount(Boolean count)
count - Indicates whether the total count of items within a collection are returned in the result.ParametersForGetFieldValues The return valueCopyright © 2025. All rights reserved.