Uses of Class
org.camunda.community.rest.client.dto.AtomLink
Packages that use AtomLink
-
Uses of AtomLink in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return AtomLinkModifier and TypeMethodDescriptionMethods in org.camunda.community.rest.client.dto that return types with arguments of type AtomLinkModifier and TypeMethodDescriptionAttachmentDto.getLinks()The links associated to this resource, with `method`, `href` and `rel`.CommentDto.getLinks()The links associated to this resource, with `method`, `href` and `rel`.DeploymentDto.getLinks()The links associated to this resource, with `method`, `href` and `rel`.DeploymentWithDefinitionsDto.getLinks()The links associated to this resource, with `method`, `href` and `rel`.LinkableDto.getLinks()The links associated to this resource, with `method`, `href` and `rel`.ProcessInstanceDto.getLinks()The links associated to this resource, with `method`, `href` and `rel`.ProcessInstanceWithVariablesDto.getLinks()The links associated to this resource, with `method`, `href` and `rel`.ResourceOptionsDto.getLinks()The links associated to this resource, with `method`, `href` and `rel`.AttachmentDto.getLinks_JsonNullable()CommentDto.getLinks_JsonNullable()DeploymentDto.getLinks_JsonNullable()DeploymentWithDefinitionsDto.getLinks_JsonNullable()LinkableDto.getLinks_JsonNullable()ProcessInstanceDto.getLinks_JsonNullable()ProcessInstanceWithVariablesDto.getLinks_JsonNullable()ResourceOptionsDto.getLinks_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type AtomLinkModifier and TypeMethodDescriptionAttachmentDto.addLinksItem(AtomLink linksItem) CommentDto.addLinksItem(AtomLink linksItem) DeploymentDto.addLinksItem(AtomLink linksItem) DeploymentWithDefinitionsDto.addLinksItem(AtomLink linksItem) LinkableDto.addLinksItem(AtomLink linksItem) ProcessInstanceDto.addLinksItem(AtomLink linksItem) ProcessInstanceWithVariablesDto.addLinksItem(AtomLink linksItem) ResourceOptionsDto.addLinksItem(AtomLink linksItem) Method parameters in org.camunda.community.rest.client.dto with type arguments of type AtomLinkModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidAttachmentDto.setLinks_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<AtomLink>> links) voidCommentDto.setLinks_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<AtomLink>> links) voidDeploymentDto.setLinks_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<AtomLink>> links) voidDeploymentWithDefinitionsDto.setLinks_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<AtomLink>> links) voidLinkableDto.setLinks_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<AtomLink>> links) voidProcessInstanceDto.setLinks_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<AtomLink>> links) voidProcessInstanceWithVariablesDto.setLinks_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<AtomLink>> links) voidResourceOptionsDto.setLinks_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<AtomLink>> links)