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