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