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