| Constructor and Description |
|---|
ParametersForCopyEntry() |
| 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.
|
CopyEntryRequest |
getRequestBody() |
ParametersForCopyEntry |
setCulture(String culture)
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
|
ParametersForCopyEntry |
setEntryId(Integer entryId)
Sets the value of the entryId parameter and returns the current object, to enable chaining further setters.
|
ParametersForCopyEntry |
setRepositoryId(String repositoryId)
Sets the value of the repositoryId parameter and returns the current object, to enable chaining further setters.
|
ParametersForCopyEntry |
setRequestBody(CopyEntryRequest requestBody) |
public ParametersForCopyEntry setRepositoryId(String repositoryId)
repositoryId - The requested repository ID.ParametersForCopyEntry The return valuepublic String getRepositoryId()
String The return valuepublic ParametersForCopyEntry setEntryId(Integer entryId)
entryId - The folder ID that the entry will be created in.ParametersForCopyEntry The return valuepublic Integer getEntryId()
Integer The return valuepublic ParametersForCopyEntry setRequestBody(CopyEntryRequest requestBody)
public CopyEntryRequest getRequestBody()
public ParametersForCopyEntry 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.ParametersForCopyEntry The return valueCopyright © 2025. All rights reserved.