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