Class AtomLink

java.lang.Object
org.camunda.bpm.engine.rest.dto.AtomLink

public class AtomLink extends Object
  • Constructor Details

    • AtomLink

      public AtomLink()
    • AtomLink

      public AtomLink(String rel, String href, String method)
  • Method Details

    • getHref

      public String getHref()
    • setHref

      public void setHref(String href)
    • getRel

      public String getRel()
    • setRel

      public void setRel(String rel)
    • getMethod

      public String getMethod()
    • setMethod

      public void setMethod(String method)