public class ParametersForAssignFieldValues extends Object
assignFieldValues.| Constructor and Description |
|---|
ParametersForAssignFieldValues() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCulture()
An optional query parameter used to indicate the locale that should be used.
The value should be a standard language tag. |
Integer |
getEntryId()
The entry ID of the entry that will have its fields updated.
|
String |
getRepoId()
The requested repository ID.
|
Map<String,FieldToUpdate> |
getRequestBody() |
ParametersForAssignFieldValues |
setCulture(String culture)
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
|
ParametersForAssignFieldValues |
setEntryId(Integer entryId)
Sets the value of the entryId parameter and returns the current object, to enable chaining further setters.
|
ParametersForAssignFieldValues |
setRepoId(String repoId)
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
|
ParametersForAssignFieldValues |
setRequestBody(Map<String,FieldToUpdate> requestBody) |
public ParametersForAssignFieldValues setRepoId(String repoId)
repoId - The requested repository ID.ParametersForAssignFieldValues The return valuepublic ParametersForAssignFieldValues setEntryId(Integer entryId)
entryId - The entry ID of the entry that will have its fields updated.ParametersForAssignFieldValues The return valuepublic Integer getEntryId()
Integer The return valuepublic ParametersForAssignFieldValues setRequestBody(Map<String,FieldToUpdate> requestBody)
public Map<String,FieldToUpdate> getRequestBody()
public ParametersForAssignFieldValues 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.ParametersForAssignFieldValues The return valueCopyright © 2025. All rights reserved.