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