Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
AtomLink |
AtomLink.href(String href) |
AtomLink |
AtomLink.method(String method) |
AtomLink |
AtomLink.rel(String rel) |
Modifier and Type | Method and Description |
---|---|
List<AtomLink> |
LinkableDto.getLinks()
The links associated to this resource, with `method`, `href` and `rel`.
|
List<AtomLink> |
DeploymentWithDefinitionsDto.getLinks()
The links associated to this resource, with `method`, `href` and `rel`.
|
List<AtomLink> |
AttachmentDto.getLinks()
The links associated to this resource, with `method`, `href` and `rel`.
|
List<AtomLink> |
CommentDto.getLinks()
The links associated to this resource, with `method`, `href` and `rel`.
|
List<AtomLink> |
ProcessInstanceWithVariablesDto.getLinks()
The links associated to this resource, with `method`, `href` and `rel`.
|
List<AtomLink> |
ProcessInstanceDto.getLinks()
The links associated to this resource, with `method`, `href` and `rel`.
|
List<AtomLink> |
DeploymentDto.getLinks()
The links associated to this resource, with `method`, `href` and `rel`.
|
Modifier and Type | Method and Description |
---|---|
LinkableDto |
LinkableDto.addLinksItem(AtomLink linksItem) |
DeploymentWithDefinitionsDto |
DeploymentWithDefinitionsDto.addLinksItem(AtomLink linksItem) |
AttachmentDto |
AttachmentDto.addLinksItem(AtomLink linksItem) |
CommentDto |
CommentDto.addLinksItem(AtomLink linksItem) |
ProcessInstanceWithVariablesDto |
ProcessInstanceWithVariablesDto.addLinksItem(AtomLink linksItem) |
ProcessInstanceDto |
ProcessInstanceDto.addLinksItem(AtomLink linksItem) |
DeploymentDto |
DeploymentDto.addLinksItem(AtomLink linksItem) |
Modifier and Type | Method and Description |
---|---|
LinkableDto |
LinkableDto.links(List<AtomLink> links) |
DeploymentWithDefinitionsDto |
DeploymentWithDefinitionsDto.links(List<AtomLink> links) |
AttachmentDto |
AttachmentDto.links(List<AtomLink> links) |
CommentDto |
CommentDto.links(List<AtomLink> links) |
ProcessInstanceWithVariablesDto |
ProcessInstanceWithVariablesDto.links(List<AtomLink> links) |
ProcessInstanceDto |
ProcessInstanceDto.links(List<AtomLink> links) |
DeploymentDto |
DeploymentDto.links(List<AtomLink> links) |
void |
LinkableDto.setLinks(List<AtomLink> links) |
void |
DeploymentWithDefinitionsDto.setLinks(List<AtomLink> links) |
void |
AttachmentDto.setLinks(List<AtomLink> links) |
void |
CommentDto.setLinks(List<AtomLink> links) |
void |
ProcessInstanceWithVariablesDto.setLinks(List<AtomLink> links) |
void |
ProcessInstanceDto.setLinks(List<AtomLink> links) |
void |
DeploymentDto.setLinks(List<AtomLink> links) |
Copyright © 2022. All rights reserved.