| Constructor and Description |
|---|
ParametersForSetFields() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCulture()
An optional query parameter used to indicate the locale that should be used.
|
Integer |
getEntryId()
The entry ID of the entry that will have its fields updated.
|
String |
getRepositoryId()
The requested repository ID.
|
SetFieldsRequest |
getRequestBody() |
ParametersForSetFields |
setCulture(String culture)
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
|
ParametersForSetFields |
setEntryId(Integer entryId)
Sets the value of the entryId parameter and returns the current object, to enable chaining further setters.
|
ParametersForSetFields |
setRepositoryId(String repositoryId)
Sets the value of the repositoryId parameter and returns the current object, to enable chaining further setters.
|
ParametersForSetFields |
setRequestBody(SetFieldsRequest requestBody) |
public ParametersForSetFields setRepositoryId(String repositoryId)
repositoryId - The requested repository ID.ParametersForSetFields The return valuepublic String getRepositoryId()
String The return valuepublic ParametersForSetFields setEntryId(Integer entryId)
entryId - The entry ID of the entry that will have its fields updated.ParametersForSetFields The return valuepublic Integer getEntryId()
Integer The return valuepublic ParametersForSetFields setRequestBody(SetFieldsRequest requestBody)
public SetFieldsRequest getRequestBody()
public ParametersForSetFields setCulture(String culture)
culture - An optional query parameter used to indicate the locale that should be used. The value should be a standard language tag. This may be used when setting field values with tokens.ParametersForSetFields The return valueCopyright © 2025. All rights reserved.