public class ParametersForGetLinkDefinitionById extends Object
getLinkDefinitionById.| Constructor and Description |
|---|
ParametersForGetLinkDefinitionById() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getLinkTypeId()
The requested link type ID.
|
String |
getRepoId()
The requested repository ID.
|
String |
getSelect()
Limits the properties returned in the result.
|
ParametersForGetLinkDefinitionById |
setLinkTypeId(Integer linkTypeId)
Sets the value of the linkTypeId parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetLinkDefinitionById |
setRepoId(String repoId)
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetLinkDefinitionById |
setSelect(String select)
Sets the value of the select parameter and returns the current object, to enable chaining further setters.
|
public ParametersForGetLinkDefinitionById setRepoId(String repoId)
repoId - The requested repository ID.ParametersForGetLinkDefinitionById The return valuepublic ParametersForGetLinkDefinitionById setLinkTypeId(Integer linkTypeId)
linkTypeId - The requested link type ID.ParametersForGetLinkDefinitionById The return valuepublic Integer getLinkTypeId()
Integer The return valuepublic ParametersForGetLinkDefinitionById setSelect(String select)
select - Limits the properties returned in the result.ParametersForGetLinkDefinitionById The return valueCopyright © 2025. All rights reserved.