@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen") public class LinkToUpdate extends Object
| Constructor and Description |
|---|
LinkToUpdate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getLinkTypeId()
Returns the id of the link assigned to the entry.
|
Integer |
getOtherSourceId()
Returns the id of the other source linked to the entry.
|
int |
hashCode() |
Boolean |
isSource()
Returns whether the entry is the source for the link.
|
LinkToUpdate |
isSource(Boolean isSource) |
LinkToUpdate |
linkTypeId(Integer linkTypeId) |
LinkToUpdate |
otherSourceId(Integer otherSourceId) |
void |
setIsSource(Boolean isSource) |
void |
setLinkTypeId(Integer linkTypeId) |
void |
setOtherSourceId(Integer otherSourceId) |
String |
toString() |
public LinkToUpdate linkTypeId(Integer linkTypeId)
public Integer getLinkTypeId()
public void setLinkTypeId(Integer linkTypeId)
public LinkToUpdate otherSourceId(Integer otherSourceId)
public Integer getOtherSourceId()
public void setOtherSourceId(Integer otherSourceId)
public LinkToUpdate isSource(Boolean isSource)
public Boolean isSource()
public void setIsSource(Boolean isSource)
Copyright © 2025. All rights reserved.