public class ParametersForDeleteDocument extends Object
deleteDocument.| Constructor and Description |
|---|
ParametersForDeleteDocument() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getEntryId()
The requested document ID.
|
String |
getRepoId()
The requested repository ID.
|
ParametersForDeleteDocument |
setEntryId(Integer entryId)
Sets the value of the entryId parameter and returns the current object, to enable chaining further setters.
|
ParametersForDeleteDocument |
setRepoId(String repoId)
Sets the value of the repoId parameter and returns the current object, to enable chaining further setters.
|
public ParametersForDeleteDocument setRepoId(String repoId)
repoId - The requested repository ID.ParametersForDeleteDocument The return valuepublic ParametersForDeleteDocument setEntryId(Integer entryId)
entryId - The requested document ID.ParametersForDeleteDocument The return valueCopyright © 2025. All rights reserved.