@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen") public class LinkToUpdate extends Object
| Constructor and Description |
|---|
LinkToUpdate() |
| Modifier and Type | Method and Description |
|---|---|
LinkToUpdate |
customProperties(Map<String,String> customProperties) |
boolean |
equals(Object o) |
Map<String,String> |
getCustomProperties()
Returns custom properties (key, value pairs) to be added to the link.
|
Integer |
getLinkDefinitionId()
Returns the id of the link definition to be assigned to the entry.
|
Integer |
getOtherEntryId()
Returns the id of the other entry to be linked to the entry.
|
int |
hashCode() |
Boolean |
isSource()
Returns whether the entry is the source for the link.
|
LinkToUpdate |
isSource(Boolean isSource) |
LinkToUpdate |
linkDefinitionId(Integer linkDefinitionId) |
LinkToUpdate |
otherEntryId(Integer otherEntryId) |
LinkToUpdate |
putCustomPropertiesItem(String key,
String customPropertiesItem) |
void |
setCustomProperties(Map<String,String> customProperties) |
void |
setIsSource(Boolean isSource) |
void |
setLinkDefinitionId(Integer linkDefinitionId) |
void |
setOtherEntryId(Integer otherEntryId) |
String |
toString() |
public LinkToUpdate linkDefinitionId(Integer linkDefinitionId)
public Integer getLinkDefinitionId()
public void setLinkDefinitionId(Integer linkDefinitionId)
public LinkToUpdate otherEntryId(Integer otherEntryId)
public Integer getOtherEntryId()
public void setOtherEntryId(Integer otherEntryId)
public LinkToUpdate isSource(Boolean isSource)
public Boolean isSource()
public void setIsSource(Boolean isSource)
public LinkToUpdate customProperties(Map<String,String> customProperties)
public LinkToUpdate putCustomPropertiesItem(String key, String customPropertiesItem)
public Map<String,String> getCustomProperties()
Copyright © 2025. All rights reserved.