public class ParametersForGetFieldDefinition extends Object
getFieldDefinition.| Constructor and Description |
|---|
ParametersForGetFieldDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCulture()
An optional query parameter used to indicate the locale that should be used for formatting.
|
Integer |
getFieldId()
The requested field definition ID.
|
String |
getRepositoryId()
The requested repository ID.
|
String |
getSelect()
Limits the properties returned in the result.
|
ParametersForGetFieldDefinition |
setCulture(String culture)
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetFieldDefinition |
setFieldId(Integer fieldId)
Sets the value of the fieldId parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetFieldDefinition |
setRepositoryId(String repositoryId)
Sets the value of the repositoryId parameter and returns the current object, to enable chaining further setters.
|
ParametersForGetFieldDefinition |
setSelect(String select)
Sets the value of the select parameter and returns the current object, to enable chaining further setters.
|
public ParametersForGetFieldDefinition setRepositoryId(String repositoryId)
repositoryId - The requested repository ID.ParametersForGetFieldDefinition The return valuepublic String getRepositoryId()
String The return valuepublic ParametersForGetFieldDefinition setFieldId(Integer fieldId)
fieldId - The requested field definition ID.ParametersForGetFieldDefinition The return valuepublic Integer getFieldId()
Integer The return valuepublic ParametersForGetFieldDefinition 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.ParametersForGetFieldDefinition The return valuepublic String getCulture()
String The return valuepublic ParametersForGetFieldDefinition setSelect(String select)
select - Limits the properties returned in the result.ParametersForGetFieldDefinition The return valueCopyright © 2025. All rights reserved.