public class ParametersForWriteTemplateValueToEntry extends Object
writeTemplateValueToEntry.| Constructor and Description |
|---|
ParametersForWriteTemplateValueToEntry() |
| 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 ID of entry that will have its template updated.
|
String |
getRepoId()
The requested repository ID.
|
PutTemplateRequest |
getRequestBody() |
ParametersForWriteTemplateValueToEntry |
setCulture(String culture)
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
|
ParametersForWriteTemplateValueToEntry |
setEntryId(Integer entryId)
Sets the value of the entryId parameter and returns the current object, to enable chaining further setters.
|
ParametersForWriteTemplateValueToEntry |
setRepoId(String repoId)
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
|
ParametersForWriteTemplateValueToEntry |
setRequestBody(PutTemplateRequest requestBody) |
public ParametersForWriteTemplateValueToEntry()
public ParametersForWriteTemplateValueToEntry setRepoId(String repoId)
repoId - The requested repository ID.ParametersForWriteTemplateValueToEntry The return valuepublic ParametersForWriteTemplateValueToEntry setEntryId(Integer entryId)
entryId - The ID of entry that will have its template updated.ParametersForWriteTemplateValueToEntry The return valuepublic Integer getEntryId()
Integer The return valuepublic ParametersForWriteTemplateValueToEntry setRequestBody(PutTemplateRequest requestBody)
public PutTemplateRequest getRequestBody()
public ParametersForWriteTemplateValueToEntry 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.ParametersForWriteTemplateValueToEntry The return valueCopyright © 2025. All rights reserved.