public class ParametersForUpdateEntry extends Object
updateEntry.| Constructor and Description |
|---|
ParametersForUpdateEntry() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCulture()
An optional query parameter used to indicate the locale that should be used.
|
Integer |
getEntryId()
The requested entry ID.
|
String |
getRepositoryId()
The requested repository ID.
|
UpdateEntryRequest |
getRequestBody() |
ParametersForUpdateEntry |
setCulture(String culture)
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
|
ParametersForUpdateEntry |
setEntryId(Integer entryId)
Sets the value of the entryId parameter and returns the current object, to enable chaining further setters.
|
ParametersForUpdateEntry |
setRepositoryId(String repositoryId)
Sets the value of the repositoryId parameter and returns the current object, to enable chaining further setters.
|
ParametersForUpdateEntry |
setRequestBody(UpdateEntryRequest requestBody) |
public ParametersForUpdateEntry setRepositoryId(String repositoryId)
repositoryId - The requested repository ID.ParametersForUpdateEntry The return valuepublic String getRepositoryId()
String The return valuepublic ParametersForUpdateEntry setEntryId(Integer entryId)
entryId - The requested entry ID.ParametersForUpdateEntry The return valuepublic ParametersForUpdateEntry setRequestBody(UpdateEntryRequest requestBody)
public UpdateEntryRequest getRequestBody()
public ParametersForUpdateEntry 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.ParametersForUpdateEntry The return valueCopyright © 2025. All rights reserved.