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