public class ParametersForGetTemplateDefinitionById extends Object
getTemplateDefinitionById.| Constructor and Description |
|---|
ParametersForGetTemplateDefinitionById() |
| 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 |
getRepoId()
The requested repository ID.
|
String |
getSelect()
Limits the properties returned in the result.
|
Integer |
getTemplateId()
The requested template definition ID.
|
ParametersForGetTemplateDefinitionById |
setCulture(String culture)
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetTemplateDefinitionById |
setRepoId(String repoId)
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetTemplateDefinitionById |
setSelect(String select)
Sets the value of the select parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetTemplateDefinitionById |
setTemplateId(Integer templateId)
Sets the value of the templateId parameter and returns the current object, to enable chaining further setters.
|
public ParametersForGetTemplateDefinitionById()
public ParametersForGetTemplateDefinitionById setRepoId(String repoId)
repoId - The requested repository ID.ParametersForGetTemplateDefinitionById The return valuepublic ParametersForGetTemplateDefinitionById setTemplateId(Integer templateId)
templateId - The requested template definition ID.ParametersForGetTemplateDefinitionById The return valuepublic Integer getTemplateId()
Integer The return valuepublic ParametersForGetTemplateDefinitionById 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.ParametersForGetTemplateDefinitionById The return valuepublic String getCulture()
String The return valuepublic ParametersForGetTemplateDefinitionById setSelect(String select)
select - Limits the properties returned in the result.ParametersForGetTemplateDefinitionById The return valueCopyright © 2025. All rights reserved.