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