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