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