@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen") public class SetLinks extends Object
| Constructor and Description |
|---|
SetLinks() |
| Modifier and Type | Method and Description |
|---|---|
SetLinks |
addExceptionsItem(APIServerException exceptionsItem) |
SetLinks |
addOtherEntryIdsItem(Integer otherEntryIdsItem) |
boolean |
equals(Object o) |
SetLinks |
exceptions(List<APIServerException> exceptions) |
List<APIServerException> |
getExceptions()
Returns the list of exceptions that occured when trying to perform the operation.
|
List<Integer> |
getOtherEntryIds()
Returns the ids of the other entries linked to the entry
|
int |
hashCode() |
SetLinks |
otherEntryIds(List<Integer> otherEntryIds) |
void |
setExceptions(List<APIServerException> exceptions) |
void |
setOtherEntryIds(List<Integer> otherEntryIds) |
String |
toString() |
public SetLinks exceptions(List<APIServerException> exceptions)
public SetLinks addExceptionsItem(APIServerException exceptionsItem)
public List<APIServerException> getExceptions()
public void setExceptions(List<APIServerException> exceptions)
public List<Integer> getOtherEntryIds()
Copyright © 2025. All rights reserved.