
uk.co.mruoc.camunda.client.Link Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camunda-rest-client Show documentation
Show all versions of camunda-rest-client Show documentation
Template repo to speed up creating new library projects
The newest version!
package uk.co.mruoc.camunda.client;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.RequiredArgsConstructor;
@Builder
@RequiredArgsConstructor
@NoArgsConstructor(force = true)
@Data
public class Link {
private final String method;
private final String href;
private final String rel;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy