public class ParametersForCopyEntryAsync extends Object
copyEntryAsync.| Constructor and Description |
|---|
ParametersForCopyEntryAsync() |
| 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 folder ID that the entry will be created in.
|
String |
getRepoId()
The requested repository ID.
|
CopyAsyncRequest |
getRequestBody() |
Boolean |
isAutoRename()
An optional query parameter used to indicate if the new entry should be automatically
renamed if an entry already exists with the given name in the folder. |
ParametersForCopyEntryAsync |
setAutoRename(Boolean autoRename)
Sets the value of the autoRename parameter and returns the current object, to enable chaining further setters.
|
ParametersForCopyEntryAsync |
setCulture(String culture)
Sets the value of the culture parameter and returns the current object, to enable chaining further setters.
|
ParametersForCopyEntryAsync |
setEntryId(Integer entryId)
Sets the value of the entryId parameter and returns the current object, to enable chaining further setters.
|
ParametersForCopyEntryAsync |
setRepoId(String repoId)
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
|
ParametersForCopyEntryAsync |
setRequestBody(CopyAsyncRequest requestBody) |
public ParametersForCopyEntryAsync setRepoId(String repoId)
repoId - The requested repository ID.ParametersForCopyEntryAsync The return valuepublic ParametersForCopyEntryAsync setEntryId(Integer entryId)
entryId - The folder ID that the entry will be created in.ParametersForCopyEntryAsync The return valuepublic Integer getEntryId()
Integer The return valuepublic ParametersForCopyEntryAsync setRequestBody(CopyAsyncRequest requestBody)
public CopyAsyncRequest getRequestBody()
public ParametersForCopyEntryAsync setAutoRename(Boolean autoRename)
autoRename - An optional query parameter used to indicate if the new entry should be automatically
renamed if an entry already exists with the given name in the folder. The default value is false.ParametersForCopyEntryAsync The return valuepublic Boolean isAutoRename()
Boolean The return valuepublic ParametersForCopyEntryAsync 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.ParametersForCopyEntryAsync The return valueCopyright © 2025. All rights reserved.