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