@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class LinkableDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_LINKS |
Constructor and Description |
---|
LinkableDto() |
Modifier and Type | Method and Description |
---|---|
LinkableDto |
addLinksItem(AtomLink linksItem) |
boolean |
equals(Object o) |
List<AtomLink> |
getLinks()
The links associated to this resource, with `method`, `href` and `rel`.
|
int |
hashCode() |
LinkableDto |
links(List<AtomLink> links) |
void |
setLinks(List<AtomLink> links) |
String |
toString() |
public static final String SERIALIZED_NAME_LINKS
public LinkableDto links(List<AtomLink> links)
public LinkableDto addLinksItem(AtomLink linksItem)
@Nullable public List<AtomLink> getLinks()
Copyright © 2022. All rights reserved.